Ramesh-vani commited on
Commit
394e111
·
verified ·
1 Parent(s): 807f43f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = {