centered team logos in odds ticker and removed dynamic display duration

This commit is contained in:
Chuck
2025-07-21 16:42:24 -05:00
parent 49378f79cf
commit 8dccebff01
11 changed files with 57 additions and 29 deletions

View File

@@ -448,11 +448,6 @@ class DisplayController:
"""Get the duration for the current display mode."""
mode_key = self.current_display_mode
if mode_key == 'odds_ticker' and self.odds_ticker:
dynamic_duration = self.odds_ticker.get_dynamic_duration()
if dynamic_duration > 0:
return dynamic_duration
# Simplify weather key handling
if mode_key.startswith('weather_'):
return self.display_durations.get(mode_key, 15)