fix
This commit is contained in:
parent
6196d31614
commit
31bb52b5d1
1 changed files with 0 additions and 2 deletions
2
main.py
2
main.py
|
@ -48,8 +48,6 @@ async def fetch(session, url):
|
|||
return await response.text()
|
||||
except Exception as e:
|
||||
logging.exception("failed to fetch {url}".format(url=url))
|
||||
if 'client' in locals():
|
||||
client.captureException(data={url: url})
|
||||
|
||||
|
||||
async def main(loop, sites):
|
||||
|
|
Reference in a new issue