From 76c27f7eca27ec34dad86fbe63e605bfaef6d304 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 5 Feb 2017 11:20:01 +0100 Subject: manually push the earliest match to get --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') diff --git a/api.py b/api.py index 5af7ee8..5f7ca29 100644 --- a/api.py +++ b/api.py @@ -38,7 +38,7 @@ async def recrawl(): """) )[0]["created"] except IndexError: - last_match_update = "2017-01-01T01:01:01Z" + last_match_update = "2017-02-05T01:01:01Z" matches = await api.matches_since(last_match_update, region=region) if len(matches) > 0: -- cgit v1.3.1