diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-05 11:20:01 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-05 11:20:01 +0100 |
| commit | 76c27f7eca27ec34dad86fbe63e605bfaef6d304 (patch) | |
| tree | a01217967634598e187048f84f4b6e91553e848f /api.py | |
| parent | a68cbdafd5b8fa4ee3b27adbfdf0c07e9dc8fe72 (diff) | |
| download | apigrabber-76c27f7eca27ec34dad86fbe63e605bfaef6d304.tar.gz apigrabber-76c27f7eca27ec34dad86fbe63e605bfaef6d304.zip | |
manually push the earliest match to get
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
