Skip to content

Commit

Permalink
Terminate hint engine on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzuber committed Jul 1, 2019
1 parent d68ef9a commit 083092f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chs/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
1 change: 1 addition & 0 deletions chs/client/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def run(self):
self.ui_board.generate(self.fen(), self.board, self.engine, GameOver.RESIGN)
finally:
self.engine.done()
self.hint_engine.done()

def check_game_over(self):
if self.board.is_game_over():
Expand Down

0 comments on commit 083092f

Please sign in to comment.