Compare commits

..

1 Commits

Author SHA1 Message Date
595f9916ac minor qol 2026-02-18 10:17:30 +09:00

View File

@@ -109,7 +109,8 @@ async def handler(ws):
await asyncio.sleep(1) await asyncio.sleep(1)
else: else:
# longer image persistence when no audio # longer image persistence when no audio
await asyncio.sleep(10) await asyncio.sleep(3)
current_img = img_idle current_img = img_idle
await send_status_image(ws, current_img) await send_status_image(ws, current_img)