From f0f8fdc01a1e2be7ea2e812aff0a7999b8970ef2 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 04:52:34 -0400 Subject: [PATCH] bad usage --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 64f0035..111cf96 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -277,7 +277,7 @@ def run(): last_switch = time() while True: - now = time.time() + now = time() if now - last_fetch > 30: new_games = get_all_scores()