Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ async def exe(websocket,connected):
|
|
193 |
else:
|
194 |
await create_file(websocket, event["project_name"], event["path"], connected)
|
195 |
|
196 |
-
|
197 |
elif event["command"]["type"]=="delete":
|
198 |
|
199 |
await wirte_file(websocket, event["project_name"], event["path"], event["content"], connected) #Todo
|
|
|
193 |
else:
|
194 |
await create_file(websocket, event["project_name"], event["path"], connected)
|
195 |
|
196 |
+
|
197 |
elif event["command"]["type"]=="delete":
|
198 |
|
199 |
await wirte_file(websocket, event["project_name"], event["path"], event["content"], connected) #Todo
|