Spaces:
Running
Running
Update app.py
Browse files
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:
|