Debug Print
This commit is contained in:
@@ -16,6 +16,8 @@ async def search(txt):
|
|||||||
|
|
||||||
doc = soup(resp.text, 'html.parser')
|
doc = soup(resp.text, 'html.parser')
|
||||||
|
|
||||||
|
print(doc.title)
|
||||||
|
|
||||||
if 'not found' in doc.title:
|
if 'not found' in doc.title:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user