Skip to content

Commit

Permalink
[u] return
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha765 committed Oct 22, 2024
1 parent 868436a commit 2c77b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tictactoe/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async def move_ttt(client, callback_query, session, position: int, session_id: i
return
elif session["next_move"] == "D":
await callback_query.answer(get_translation(session['lang'], 'complete'))
return

player_symbol = session["next_move"]
logging.debug(f"User {user.id}: Select {position}")
Expand Down

0 comments on commit 2c77b64

Please sign in to comment.