remove: typo
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user