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

Update app.py

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