asd
This commit is contained in:
parent
325b0c229b
commit
cf6242613b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
Python/sock.py.bak
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user