From 8afd56c9c20aa2a355c754730544a9ebd68bd358 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 05:02:19 -0400 Subject: [PATCH] fix args --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 7c3cc16..3e1f751 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -278,7 +278,7 @@ def run(): while True: govee_api.set_diy_scene(os.environ['GOVEE_SKU'], os.environ['GOVEE_DEVICE']) - play_goal_celebration() + play_goal_celebration("SABRES GOAL!", Colors.SABRES_BLUE, Colors.SABRES_GOLD) govee_api.set_to_original_color(os.environ['GOVEE_SKU'], os.environ['GOVEE_DEVICE']) # while True: