mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
milb upcoming type error
This commit is contained in:
@@ -181,6 +181,8 @@ class BaseMiLBManager:
|
||||
|
||||
# For upcoming games, show date and time stacked in the center
|
||||
if game_data['status'] == 'status_scheduled':
|
||||
# Ensure game_time_str is defined before use
|
||||
game_time_str = game_data.get('start_time', '')
|
||||
# Show "Next Game" at the top using NHL-style font
|
||||
status_text = "Next Game"
|
||||
# Set font size for BDF font
|
||||
|
||||
Reference in New Issue
Block a user