mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 13:23:00 +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):
|
def display(self, force_clear=False):
|
||||||
"""Display upcoming games."""
|
"""Display upcoming games."""
|
||||||
if not self.games_list:
|
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.logger.info("[NBA] No upcoming games to display")
|
||||||
self.last_warning_time = time.time()
|
|
||||||
return # Skip display update entirely
|
return # Skip display update entirely
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user