i think this loop is tight and blocks the runtime lol
This commit is contained in:
parent
2f9cea0825
commit
8d9eae07b9
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue