Ramesh-vani commited on
Commit
86d34b4
·
verified ·
1 Parent(s): 87eee8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ async def get_file_content(websocket, key,project_name, path,rpath,name,connecte
121
 
122
 
123
 
124
- async def create_file(websocket, key,project_name, path,name,root,targetElement,rpath connected):
125
  file_path = os.path.join(os.getcwd(), 'projects', key,project_name, rpath,name)
126
  # Create the file
127
  with open(file_path, 'w'):
 
121
 
122
 
123
 
124
+ async def create_file(websocket, key,project_name, path,name,root,targetElement,rpath, connected):
125
  file_path = os.path.join(os.getcwd(), 'projects', key,project_name, rpath,name)
126
  # Create the file
127
  with open(file_path, 'w'):