diff --git a/src/nhl_managers.py b/src/nhl_managers.py index 90857e42..ee6650ee 100644 --- a/src/nhl_managers.py +++ b/src/nhl_managers.py @@ -768,7 +768,7 @@ class NHLUpcomingManager(BaseNHLManager): new_upcoming_games = [] for event in events: game = self._extract_game_details(event) - if game and not game['is_final'] and game['is_upcoming']: + if game and not game['is_final'] and game['is_within_window']: new_upcoming_games.append(game) # Filter for favorite teams