From e5f4c07c16b85c8fc525b27c769406f8f8f964f9 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 2 May 2026 23:57:03 -0400 Subject: [PATCH] for testing --- scoreboard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index fee4692..5323950 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -300,7 +300,8 @@ def run(): play_goal_horn() govee_api.set_diy_scene(GOVEE_SKU, GOVEE_DEVICE) play_goal_celebration() - govee_api.set_to_original_color(GOVEE_SKU, GOVEE_DEVICE) + + sleep(5) # while True: # now = time.time()