From 01af6ad9547662b0adced34e4c5bb7379f542ef3 Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 19 Sep 2024 09:44:43 -0400 Subject: [PATCH] trophy fix for leagues with exceptionally high scoring --- gamedaybot/espn/functionality.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedaybot/espn/functionality.py b/gamedaybot/espn/functionality.py index dc574eb..24e76ea 100644 --- a/gamedaybot/espn/functionality.py +++ b/gamedaybot/espn/functionality.py @@ -836,9 +836,9 @@ def get_trophies(league, week=None, recap=False): week = league.current_week - 1 matchups = league.box_scores(week=week) - low_score = 9999 + low_score = 99999999 high_score = -1 - closest_score = 9999 + closest_score = 99999999 biggest_blowout = -1 for i in matchups: