remove: typo

This commit is contained in:
makaveli10
2023-05-25 19:21:22 +08:00
parent 19348be092
commit a3b3b9d7e8
-1
View File
@@ -40,7 +40,6 @@ def recv_audio(websocket):
except websockets.ConnectionClosedOK: except websockets.ConnectionClosedOK:
clients[websocket].cleanup() clients[websocket].cleanup()
clients.pop(websocket) clients.pop(websocket)
print(clients)
logging.info("Connection Closed.") logging.info("Connection Closed.")
break break