Remove NHL timing control from DisplayController to let NHL managers handle their own timing

This commit is contained in:
ChuckBuilds
2025-04-18 15:49:59 -05:00
parent cae217c228
commit 096d8ae6d7

View File

@@ -75,9 +75,6 @@ class DisplayController:
'weather_hourly': 15,
'weather_daily': 15,
'stocks': 45,
'nhl_live': 30, # Live games update more frequently
'nhl_recent': 15, # Recent games - 15 seconds per team
'nhl_upcoming': 20, # Upcoming games
'stock_news': 30
})
logger.info("DisplayController initialized with display_manager: %s", id(self.display_manager))