Compare commits
1 Commits
37a09ef66b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 595f9916ac |
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user