Ramesh-vani commited on
Commit
0c62d96
·
verified ·
1 Parent(s): 98b225c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -807,8 +807,9 @@ async def exe(websocket,connected,key,process_ids):
807
  # print('in exe')
808
  async for message in websocket:
809
  # Parse a "play" event from the UI.
810
- # print(message)
811
  event = json.loads(message)
 
812
  assert event["type"] == "cmd"
813
  # command = event["command"]
814
  print(event)
 
807
  # print('in exe')
808
  async for message in websocket:
809
  # Parse a "play" event from the UI.
810
+ print(message)
811
  event = json.loads(message)
812
+ print(event)
813
  assert event["type"] == "cmd"
814
  # command = event["command"]
815
  print(event)