mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Always log no games message for NBA upcoming games display
This commit is contained in:
@@ -856,9 +856,7 @@ class NBAUpcomingManager(BaseNBAManager):
|
||||
def display(self, force_clear=False):
|
||||
"""Display upcoming games."""
|
||||
if not self.games_list:
|
||||
if time.time() - self.last_warning_time > self.warning_cooldown:
|
||||
self.logger.info("[NBA] No upcoming games to display")
|
||||
self.last_warning_time = time.time()
|
||||
self.logger.info("[NBA] No upcoming games to display")
|
||||
return # Skip display update entirely
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user