mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
turned off NBA board and adjusted NHL upcoming logic
This commit is contained in:
@@ -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_within_window']:
|
||||
if game and not game['is_final'] and game['is_upcoming']:
|
||||
new_upcoming_games.append(game)
|
||||
|
||||
# Filter for favorite teams
|
||||
|
||||
Reference in New Issue
Block a user