Skip to content

Commit

Permalink
fixes #264
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfPenguin committed Jan 17, 2018
1 parent 5b1fb4e commit 8e88380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions talker/picotalker.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def run(self):
logging.debug('announcing TAKE_BACK')
self.talk(['takeback.ogg'])
self.play_game = None
previous_move = chess.Move.null()

elif isinstance(message, Message.TIME_CONTROL):
logging.debug('announcing TIME_CONTROL')
Expand Down

0 comments on commit 8e88380

Please sign in to comment.