summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crawler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler.py b/crawler.py
index 3668bed..ccc4a73 100644
--- a/crawler.py
+++ b/crawler.py
@@ -57,7 +57,7 @@ class Crawler(object):
json.decoder.JSONDecodeError) as err:
# API bug?
logging.error("API error '%s', retrying", err)
- await asyncio.sleep(10)
+ await asyncio.sleep(5)
async def matches(self, params, region="na"):
"""Queries the API for matches and their related data.