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