This commit is contained in:
Jens Ullmert 2022-07-27 16:54:15 +02:00
parent 325b0c229b
commit cf6242613b
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
.DS_Store .DS_Store
Python/sock.py.bak

View File

@ -290,7 +290,7 @@ async def websworker(websocket, path):
except asyncio.TimeoutError: except asyncio.TimeoutError:
await rdm_state() # await rdm_state()
finally: finally:
await unregister(websocket) await unregister(websocket)