From 28db60ad863e278c816f2e741fed45f6392424a8 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 2 May 2026 23:16:40 -0400 Subject: [PATCH] best work --- scoreboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scoreboard.py b/scoreboard.py index 3078141..50aaa44 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -291,9 +291,9 @@ def run(): last_switch = time.time() while True: - govee_api.send_scene(GOVEE_AWS) play_goal_celebration() - # govee_api.set_to_original_color() + govee_api.send_scene(GOVEE_AWS) + govee_api.set_to_original_color() # while True: # now = time.time()