Ramesh-vani commited on
Commit
04817b9
·
verified ·
1 Parent(s): 9424e52

Update app.py

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