Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ async def rename_item(websocket, key,project_name, path,rpath,new_name,root, con
|
|
56 |
"type": "rename-success",
|
57 |
"data": f'{old_path}-->{new_path}',
|
58 |
"path": path,
|
59 |
-
"new_rpath":rpath
|
60 |
"name": new_name,
|
61 |
-
"root":root
|
62 |
}
|
63 |
websockets.broadcast(connected,json.dumps(event))
|
64 |
else:
|
|
|
56 |
"type": "rename-success",
|
57 |
"data": f'{old_path}-->{new_path}',
|
58 |
"path": path,
|
59 |
+
"new_rpath":rpath,
|
60 |
"name": new_name,
|
61 |
+
"root":root,
|
62 |
}
|
63 |
websockets.broadcast(connected,json.dumps(event))
|
64 |
else:
|