Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -430,6 +430,7 @@ async def join(websocket, key):
|
|
| 430 |
return_code = await process.wait()
|
| 431 |
|
| 432 |
current_directory = f'projects/{key}/your_project_name/{project_name[0]}'
|
|
|
|
| 433 |
# Send the first move, in case the first player already played it.
|
| 434 |
file_structure = await generate_file_structure(current_directory)
|
| 435 |
# Receive and process moves from the second player.
|
|
|
|
| 430 |
return_code = await process.wait()
|
| 431 |
|
| 432 |
current_directory = f'projects/{key}/your_project_name/{project_name[0]}'
|
| 433 |
+
print(current_directory)
|
| 434 |
# Send the first move, in case the first player already played it.
|
| 435 |
file_structure = await generate_file_structure(current_directory)
|
| 436 |
# Receive and process moves from the second player.
|