Skip to content

Commit d51615e

Browse files
committed
Enable move delay
1 parent 53ca363 commit d51615e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python_easy_chess_gui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262

6363
APP_NAME = 'Python Easy Chess GUI'
64-
APP_VERSION = 'v1.3'
64+
APP_VERSION = 'v1.4'
6565
BOX_TITLE = '{} {}'.format(APP_NAME, APP_VERSION)
6666

6767

@@ -364,7 +364,7 @@ def __init__(self, eng_queue, engine_config_file, engine_path_and_file,
364364
self.tc_type = tc_type
365365
self.period_moves = period_moves
366366
self.is_ownbook = False
367-
self.is_move_delay = False
367+
self.is_move_delay = True
368368

369369
def stop(self):
370370
""" Interrupt engine search """

0 commit comments

Comments
 (0)