summaryrefslogtreecommitdiff
path: root/crawler.py
diff options
context:
space:
mode:
Diffstat (limited to 'crawler.py')
-rw-r--r--crawler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawler.py b/crawler.py
index 96eb8ce..07ca22f 100644
--- a/crawler.py
+++ b/crawler.py
@@ -78,4 +78,6 @@ class Crawler(object):
:return: Processed API response
:rtype: list of dict
"""
+ date = ".".join(date.split(".")[:-1]) # remove microseconds
+ date = date + "Z"
return await self.matches(region, {"filter[createdAt-start]": date})