From 8097bb9a103d4aa30070a102ece66f060edd1139 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 18:27:09 -0400 Subject: [PATCH] test --- scoreboard.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scoreboard.py b/scoreboard.py index 62903c5..37f6163 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -372,10 +372,6 @@ def run(): page_display_time = 8 last_switch = time() - current_games = get_all_scores() - for game in current_games: - print(game.status, game.home, game.away) - while True: # now = time()