summaryrefslogtreecommitdiff
path: root/crawler.py
diff options
context:
space:
mode:
Diffstat (limited to 'crawler.py')
-rw-r--r--crawler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawler.py b/crawler.py
index 6a588c7..88bc93e 100644
--- a/crawler.py
+++ b/crawler.py
@@ -48,6 +48,7 @@ class Crawler(object):
aiohttp.errors.ClientResponseError,
aiohttp.errors.ClientOSError):
# API bug?
+ logging.warning("API error, retrying")
pass
await asyncio.sleep(10)