Spaces:
Running
Running
Update app.py
Browse files
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'):
|