Ramesh-vani commited on
Commit
610d960
·
verified ·
1 Parent(s): 912ff50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,7 +393,7 @@ async def join(websocket, key):
393
  # Register to receive moves from this game.
394
  connected.add(websocket)
395
  try:
396
- current_directory = f'projects/{key}'
397
  # Send the first move, in case the first player already played it.
398
  file_structure = await generate_file_structure(current_directory)
399
  # Receive and process moves from the second player.
 
393
  # Register to receive moves from this game.
394
  connected.add(websocket)
395
  try:
396
+ current_directory = f'projects/{key}/'
397
  # Send the first move, in case the first player already played it.
398
  file_structure = await generate_file_structure(current_directory)
399
  # Receive and process moves from the second player.