diff --git a/Python/sock.py b/Python/sock.py index 69d76c8..4af5b4b 100644 --- a/Python/sock.py +++ b/Python/sock.py @@ -287,13 +287,10 @@ async def websworker(websocket, path): else: print("received message, but can not handle: ", act) + - -# except asyncio.TimeoutError: -# await rdm_state() - - finally: - await unregister(websocket) + finally: + await unregister(websocket)