diff --git a/handyhelper/__init__.py b/handyhelper/__init__.py index 065fd21..7037df9 100644 --- a/handyhelper/__init__.py +++ b/handyhelper/__init__.py @@ -14,7 +14,7 @@ async def search(txt): 'request':txt }) - doc = soup(resp.text, 'html_parser') + doc = soup(resp.text, 'html.parser') if 'not found' in doc.title: return None