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