From 595f9916ac84c0f35897cb8dc6af4cbb46360f76 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Wed, 18 Feb 2026 10:17:30 +0900 Subject: [PATCH] minor qol --- contents_server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contents_server.py b/contents_server.py index d89e8ac..d8ee090 100644 --- a/contents_server.py +++ b/contents_server.py @@ -109,7 +109,8 @@ async def handler(ws): await asyncio.sleep(1) else: # longer image persistence when no audio - await asyncio.sleep(10) + await asyncio.sleep(3) + current_img = img_idle await send_status_image(ws, current_img)