From 1be8c704f8e3d93f2531ad3b16159833ffcdf0b1 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 5 May 2026 17:49:09 -0400 Subject: [PATCH] test --- scoreboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scoreboard.py b/scoreboard.py index 349c004..fd404e7 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -397,6 +397,7 @@ def run(): # cycle through preferred games and all games all_games_max_page = math.ceil(len(games) / 4) if now - last_switch > page_display_time: + print(show_preferred, show_cycle) if show_preferred == True and len(preferred_games) > 0: current_preferred_game += 1 if current_preferred_game >= len(preferred_games):