Xmaster6y commited on
Commit
f4e8ffa
1 Parent(s): 12a270b
Files changed (1) hide show
  1. src/play_interface.py +1 -1
src/play_interface.py CHANGED
@@ -67,7 +67,7 @@ def play_ai_move(
67
  temperature=temperature,
68
  top_k=top_k,
69
  )
70
- current_board.push_uci(uci_move)
71
  return current_board
72
 
73
  def try_play_move(
 
67
  temperature=temperature,
68
  top_k=top_k,
69
  )
70
+ current_board.push_uci(uci_move.strip())
71
  return current_board
72
 
73
  def try_play_move(