Archived
1
0
Fork 0
This commit is contained in:
Lukas Winkler 2018-04-20 22:10:38 +02:00
parent 6196d31614
commit 31bb52b5d1
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5

View file

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