We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc8021 commit 12bde9cCopy full SHA for 12bde9c
runner.py
@@ -48,6 +48,8 @@ class Config:
48
49
50
def poll() -> None:
51
+ global last_update
52
+
53
params = {**config.params, "since": last_update}
54
55
with requests.get(config.api_url, params=params) as resp:
0 commit comments