Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -420,7 +420,7 @@ async def join(websocket, key):
|
|
420 |
|
421 |
return_code = await process.wait()
|
422 |
|
423 |
-
current_directory = f'projects/{key}/{project_name[0]}'
|
424 |
# Send the first move, in case the first player already played it.
|
425 |
file_structure = await generate_file_structure(base_path)
|
426 |
# Receive and process moves from the second player.
|
|
|
420 |
|
421 |
return_code = await process.wait()
|
422 |
|
423 |
+
current_directory = f'projects/{key}/your_project_name/{project_name[0]}'
|
424 |
# Send the first move, in case the first player already played it.
|
425 |
file_structure = await generate_file_structure(base_path)
|
426 |
# Receive and process moves from the second player.
|