Skip to content

Commit 51687ee

Browse files
Copilotfsmosca
andcommitted
Normalize adviser queue log message
Agent-Logs-Url: https://github.com/fsmosca/Python-Easy-Chess-GUI/sessions/bd37aa40-7697-4a58-83fa-686e0e9b2592 Co-authored-by: fsmosca <22366935+fsmosca@users.noreply.github.com>
1 parent 1a50a2f commit 51687ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_easy_chess_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ def play_game(self, window: sg.Window, board: chess.Board):
20992099
continue
21002100
except Exception:
21012101
logging.exception(
2102-
'Unexpected error reading adviser queue.')
2102+
'Unexpected error reading adviser queue')
21032103
continue
21042104

21052105
if 'bestmove' in msg:

0 commit comments

Comments
 (0)