fix missing parser

This commit is contained in:
jacr13 2021-04-12 18:07:50 +02:00
parent 7c7559756c
commit 4407202e4b

View File

@ -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)