From a711450445f4a076bda8072c358076b306e96671 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 5 May 2026 16:49:04 -0400 Subject: [PATCH] preferredgame --- scoreboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scoreboard.py b/scoreboard.py index 51e54e5..1d5d5b3 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -402,6 +402,7 @@ def run(): current_preferred_game = (current_preferred_game + 1) % max(len(games), 1) last_switch = now + print(preferred_games[current_preferred_game]) draw_single_game(canvas, preferred_games[current_preferred_game]) else: # no games available, just draw placeholder