From 3073983e10044c9d1f91f64836e6230e8e99ffae Mon Sep 17 00:00:00 2001 From: Jens Ullmert Date: Wed, 27 Jul 2022 16:54:51 +0200 Subject: [PATCH] error weg --- Python/sock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/sock.py b/Python/sock.py index aa30e69..69d76c8 100644 --- a/Python/sock.py +++ b/Python/sock.py @@ -289,7 +289,7 @@ async def websworker(websocket, path): print("received message, but can not handle: ", act) - except asyncio.TimeoutError: +# except asyncio.TimeoutError: # await rdm_state() finally: