diff --git a/app.py b/app.py index 3b05f9e..b04ec7f 100644 --- a/app.py +++ b/app.py @@ -180,7 +180,7 @@ def calculate_game_priority(game): home_score = game["homeTeam"]["score"] away_score = game["awayTeam"]["score"] score_difference = abs(home_score - away_score) - score_total = (home_score + away_score) * 15 + score_total = (home_score + away_score) * 20 if period == 4: base_priority = 400