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.ServerDisconnectedError, aiohttp.errors.ClientResponseError, aiohttp.errors.ClientOSError, + LookupError, json.decoder.JSONDecodeError): # API bug? logging.warning("API error, retrying") |
