Debug Print
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user