fix missing parser
This commit is contained in:
parent
7c7559756c
commit
4407202e4b
|
@ -294,7 +294,8 @@ class Filter:
|
||||||
|
|
||||||
soup = BeautifulSoup(render_template('imageresults.html',
|
soup = BeautifulSoup(render_template('imageresults.html',
|
||||||
length=len(results),
|
length=len(results),
|
||||||
results=results))
|
results=results),
|
||||||
|
features='html.parser')
|
||||||
# replace search input object
|
# replace search input object
|
||||||
soup.find_all('td',
|
soup.find_all('td',
|
||||||
attrs={'class': "O4cRJf"})[0].replaceWith(search_input)
|
attrs={'class': "O4cRJf"})[0].replaceWith(search_input)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user