error jetzt weg?

This commit is contained in:
Jens Ullmert 2022-07-27 16:56:37 +02:00
parent 3073983e10
commit 2a67fb36e7

View File

@ -287,13 +287,10 @@ async def websworker(websocket, path):
else: else:
print("received message, but can not handle: ", act) print("received message, but can not handle: ", act)
finally:
# except asyncio.TimeoutError: await unregister(websocket)
# await rdm_state()
finally:
await unregister(websocket)