From 096d8ae6d7c85e44e000fb5928cfe0d367b8269f Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:49:59 -0500 Subject: [PATCH] Remove NHL timing control from DisplayController to let NHL managers handle their own timing --- src/display_controller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/display_controller.py b/src/display_controller.py index 43f28af5..57ec7382 100644 --- a/src/display_controller.py +++ b/src/display_controller.py @@ -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))