Debug Print

This commit is contained in:
2023-03-17 22:23:40 -04:00
parent 4837c0e628
commit 7f50b237ae

View File

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