Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -431,7 +431,7 @@ async def join(websocket, key):
|
|
| 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.
|
| 437 |
event = {
|
|
|
|
| 431 |
|
| 432 |
current_directory = f'projects/{key}/your_project_name/{project_name[0]}'
|
| 433 |
print(current_directory)
|
| 434 |
+
print("printed") # 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.
|
| 437 |
event = {
|