Ramesh-vani commited on
Commit
8665ab0
·
verified ·
1 Parent(s): a0baead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"]