diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index a104d5ce..bc28467b 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -456,7 +456,7 @@ class Importer: if self.caller: hhc.progressNotify() handlist = hhc.getProcessedHands() self.pos_in_file[file] = hhc.getLastCharacterRead() - (hbulk, hpbulk, habulk, hcbulk, phands, ihands) = ([], [], [], [], [], []) + (hbulk, hpbulk, habulk, hcbulk, phands, ihands, to_hud) = ([], [], [], [], [], [], []) sc, gsc = {'bk': []}, {'bk': []} ####Lock Placeholder####