From f84b52543a2253790623707a3dd7da20fbe59fd4 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 2 May 2026 23:10:45 -0400 Subject: [PATCH] await --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index ecc9a56..98cf313 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -293,7 +293,7 @@ async def run(): while True: async with govee_api: - govee_api.send_scene(GOVEE_AWS) + await govee_api.send_scene(GOVEE_AWS) play_goal_celebration() await govee_api.set_color(255,0,0)