Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -320,6 +320,7 @@ async def exe(websocket,connected,key):
|
|
320 |
print('in exe')
|
321 |
async for message in websocket:
|
322 |
# Parse a "play" event from the UI.
|
|
|
323 |
event = json.loads(message)
|
324 |
assert event["type"] == "cmd"
|
325 |
# command = event["command"]
|
|
|
320 |
print('in exe')
|
321 |
async for message in websocket:
|
322 |
# Parse a "play" event from the UI.
|
323 |
+
print(message)
|
324 |
event = json.loads(message)
|
325 |
assert event["type"] == "cmd"
|
326 |
# command = event["command"]
|