diff --git a/scoreboard.py b/scoreboard.py index fd404e7..4ceff1d 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -397,7 +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) + print(show_preferred, show_cycle, current_preferred_game, len(preferred_games)) if show_preferred == True and len(preferred_games) > 0: current_preferred_game += 1 if current_preferred_game >= len(preferred_games):