mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
centered team logos in odds ticker and removed dynamic display duration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user