more logs

This commit is contained in:
2026-05-05 17:49:50 -04:00
parent 1be8c704f8
commit 93c610902b
+1 -1
View File
@@ -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):