Skip to content

Commit 8e88380

Browse files
fixes #264
1 parent 5b1fb4e commit 8e88380

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

talker/picotalker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def run(self):
228228
logging.debug('announcing TAKE_BACK')
229229
self.talk(['takeback.ogg'])
230230
self.play_game = None
231+
previous_move = chess.Move.null()
231232

232233
elif isinstance(message, Message.TIME_CONTROL):
233234
logging.debug('announcing TIME_CONTROL')

0 commit comments

Comments
 (0)