Skip to content

Commit 3d8a394

Browse files
committed
Engine bestmove is initialized to None at constructor only.
1 parent 7b5fee7 commit 3d8a394

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python_easy_chess_gui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ def run(self):
435435
436436
:return: bestmove thru que
437437
"""
438-
self.bm = None
439438
folder = Path(self.engine_path_and_file)
440439
folder = folder.parents[0]
441440

0 commit comments

Comments
 (0)