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