From 7f50b237aef0e3045b2da1cf0753446f8b35d6d8 Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Fri, 17 Mar 2023 22:23:40 -0400 Subject: [PATCH] Debug Print --- handyhelper/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handyhelper/__init__.py b/handyhelper/__init__.py index 4ca58fd..e60d4be 100644 --- a/handyhelper/__init__.py +++ b/handyhelper/__init__.py @@ -16,6 +16,8 @@ async def search(txt): doc = soup(resp.text, 'html.parser') + print(doc.title) + if 'not found' in doc.title: return None