From 2015bc037cb389088e47182fdc0e5e1db6d29ebf Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 2 May 2026 23:00:30 -0400 Subject: [PATCH] don't await scene switch --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 985b66c..d15ba49 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -293,7 +293,7 @@ async def run(): while True: async with govee_api: - await govee.send_scene(GOVEE_AWS) + govee.send_scene(GOVEE_AWS) play_goal_celebration() await govee_api.set_color(255,0,0)