mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix a bug with an unassigned var.
It prevented running the solver in mid play.
This commit is contained in:
parent
8fcb811608
commit
81b37f8673
1 changed files with 1 additions and 0 deletions
|
@ -792,6 +792,7 @@ class FreeCellSolver_Hint(Base_Solver_Hint):
|
|||
|
||||
def calcBoardString(self):
|
||||
game = self.game
|
||||
game_type = self.game_type
|
||||
board = ''
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue