From ab5e28e73da8a48015b3ab7b9f6fd8e013b392aa Mon Sep 17 00:00:00 2001 From: Worros Date: Tue, 29 Mar 2011 15:36:18 +0800 Subject: [PATCH] Import: Add to_hud back to init list --- pyfpdb/fpdb_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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####