From 886128c9c9f594b9580ab41428e15e6b99eab660 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 05:05:28 -0400 Subject: [PATCH] another value --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index d4a9cb8..7ff18b2 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -153,7 +153,7 @@ def play_goal_celebration(text, color1, color2): # Phase 4: white flash to end for _ in range(3): canvas.Clear() - frame = render_goal_frame(text, 1.0, Colors.SABRES_GOLD, Colors.SABRES_BLUE) + frame = render_goal_frame(text, 1.0, Colors.SABRES_GOLD.value, Colors.SABRES_BLUE.value) draw_pil_image(canvas, frame) canvas = matrix.SwapOnVSync(canvas) sleep(0.1)