mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
Remove NHL timing control from DisplayController to let NHL managers handle their own timing
This commit is contained in:
@@ -75,9 +75,6 @@ class DisplayController:
|
|||||||
'weather_hourly': 15,
|
'weather_hourly': 15,
|
||||||
'weather_daily': 15,
|
'weather_daily': 15,
|
||||||
'stocks': 45,
|
'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
|
'stock_news': 30
|
||||||
})
|
})
|
||||||
logger.info("DisplayController initialized with display_manager: %s", id(self.display_manager))
|
logger.info("DisplayController initialized with display_manager: %s", id(self.display_manager))
|
||||||
|
|||||||
Reference in New Issue
Block a user