Skip to content

Commit

Permalink
Update tic_tac_toe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 9, 2024
1 parent df0e736 commit 99c412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tic_tac_toe.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def update_readme(board, status):
if board[move] == 'X' or board[move] == 'O':
pass
else:
issue_title = f"move {move}"
issue_title == f"move {move}"
encoded_title = urllib.parse.quote(issue_title)
moves_str += f"- [Move {move}](../../issues/new?title={encoded_title})\n"

Expand Down

0 comments on commit 99c412c

Please sign in to comment.