minor qol

This commit is contained in:
2026-02-18 10:17:30 +09:00
parent 37a09ef66b
commit 595f9916ac

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)