i think this loop is tight and blocks the runtime lol

This commit is contained in:
deneb 2025-03-03 17:40:43 +01:00
parent 2f9cea0825
commit 8d9eae07b9

2
app.py
View file

@ -103,7 +103,7 @@ async def mpv_socket_open() -> tuple[StreamReader, StreamWriter] | None:
try:
return await asyncio.open_unix_connection(mpv_socket)
except ConnectionRefusedError:
pass
await asyncio.sleep(0.05)
if mpv_running():
try: