Ramesh-vani commited on
Commit
f7febe1
·
verified ·
1 Parent(s): a4ebbbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -179,6 +179,7 @@ async def exe(websocket,connected):
179
  event = json.loads(message)
180
  assert event["type"] == "cmd"
181
  # command = event["command"]
 
182
 
183
  try:
184
  if "command" in event:
 
179
  event = json.loads(message)
180
  assert event["type"] == "cmd"
181
  # command = event["command"]
182
+ print(event)
183
 
184
  try:
185
  if "command" in event: