Remove debug print
This commit is contained in:
parent
e4ad8c7ce6
commit
22fa039f1b
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ class PageGetter:
|
||||||
scheduler.fetching()
|
scheduler.fetching()
|
||||||
async with async_timeout.timeout(10):
|
async with async_timeout.timeout(10):
|
||||||
async with self.session.get(self.url, verify_ssl=ssl) as resp:
|
async with self.session.get(self.url, verify_ssl=ssl) as resp:
|
||||||
print("Resp status %s" % resp.status)
|
|
||||||
try:
|
try:
|
||||||
return await resp.text()
|
return await resp.text()
|
||||||
except UnicodeDecodeError:
|
except UnicodeDecodeError:
|
||||||
|
|
Loading…
Reference in a new issue