Import: Add to_hud back to init list
This commit is contained in:
parent
7b319d5aa0
commit
ab5e28e73d
|
@ -456,7 +456,7 @@ class Importer:
|
||||||
if self.caller: hhc.progressNotify()
|
if self.caller: hhc.progressNotify()
|
||||||
handlist = hhc.getProcessedHands()
|
handlist = hhc.getProcessedHands()
|
||||||
self.pos_in_file[file] = hhc.getLastCharacterRead()
|
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': []}
|
sc, gsc = {'bk': []}, {'bk': []}
|
||||||
|
|
||||||
####Lock Placeholder####
|
####Lock Placeholder####
|
||||||
|
|
Loading…
Reference in New Issue
Block a user