diff options
Diffstat (limited to 'crawler.py')
| -rw-r--r-- | crawler.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
