Ramesh-vani commited on
Commit
5e452ed
·
verified ·
1 Parent(s): 815659a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: