Ramesh-vani commited on
Commit
a8d8d86
·
verified ·
1 Parent(s): cd6385a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ JOIN = {}
16
 
17
  WATCH = {}
18
 
19
- async def rename_item(websocket, project_name, path,new_name connected):
20
 
21
  old_path = os.path.join(os.getcwd(), 'projects', project_name, path)
22
  new_name = new_name
 
16
 
17
  WATCH = {}
18
 
19
+ async def rename_item(websocket, project_name, path,new_name, connected):
20
 
21
  old_path = os.path.join(os.getcwd(), 'projects', project_name, path)
22
  new_name = new_name