add status

This commit is contained in:
2026-05-03 14:44:40 -04:00
parent a4093b019d
commit e33495e525
+8
View File
@@ -352,6 +352,14 @@ def draw_single_game(canvas, game):
graphics.Color(255, 255, 255),
str(game["home_score"]),
)
graphics.DrawText(
canvas,
font,
20,
29,
graphics.Color(255,255,255),
str(game["status"])
)
# --- Main loop ---