diff --git a/app/scoreboard/process_data.py b/app/scoreboard/process_data.py index 761bbef..6af9121 100644 --- a/app/scoreboard/process_data.py +++ b/app/scoreboard/process_data.py @@ -124,7 +124,7 @@ def calculate_game_priority(game): # Pushes the games that are in intermission to the bottom, but retains their sort if game["clock"]["inIntermission"]: - return (final_priority - 2000) + return (-2000 - time_remaining) return final_priority