Skip to content

Commit

Permalink
Update runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekokatt committed Aug 11, 2020
1 parent acc8021 commit 12bde9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class Config:


def poll() -> None:
global last_update

params = {**config.params, "since": last_update}

with requests.get(config.api_url, params=params) as resp:
Expand Down

0 comments on commit 12bde9c

Please sign in to comment.