bad usage

This commit is contained in:
2026-05-03 04:52:34 -04:00
parent ba47ae0952
commit f0f8fdc01a
+1 -1
View File
@@ -277,7 +277,7 @@ def run():
last_switch = time() last_switch = time()
while True: while True:
now = time.time() now = time()
if now - last_fetch > 30: if now - last_fetch > 30:
new_games = get_all_scores() new_games = get_all_scores()