From 12a3909f2416b1c7b0c6395f59cf9a0cec1af1d2 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 2 May 2026 23:36:13 -0400 Subject: [PATCH] fix main script --- scoreboard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index d878538..7b33542 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -289,8 +289,9 @@ def run(): last_switch = time.time() while True: + govee_api.set_diy_scene(GOVEE_DEVICE, GOVEE_SKU) play_goal_celebration() - govee_api.send_scene(GOVEE_AWS) + govee_api.set_to_original_color() # while True: # now = time.time()