remove debug print
This commit is contained in:
@@ -28,7 +28,6 @@ def recv_audio(websocket):
|
|||||||
global clients
|
global clients
|
||||||
options = websocket.recv()
|
options = websocket.recv()
|
||||||
options = json.loads(options)
|
options = json.loads(options)
|
||||||
print(options)
|
|
||||||
client = ServeClient(
|
client = ServeClient(
|
||||||
websocket,
|
websocket,
|
||||||
multilingual=options["multilingual"],
|
multilingual=options["multilingual"],
|
||||||
|
|||||||
Reference in New Issue
Block a user