messages broken

This commit is contained in:
Ben Arc
2021-04-20 12:31:23 +01:00
parent 93c1cf4867
commit 2803f83ffb
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -59,8 +59,6 @@ async def ws_panel(copilot_id):
global socket_relay
while True:
data = await websocket.receive()
if data == "handshake":
await websocket.send(f"willkommen")
socket_relay[copilot_id] = shortuuid.uuid()[:5] + "-" + data + "-" + "none"