fixed an import bug which prevented handsplayers and handsactions records from ever getting inserted
This commit is contained in:
parent
6a7f175a60
commit
ec477110cf
|
@ -478,6 +478,7 @@ class Importer:
|
|||
i = 0
|
||||
|
||||
for hand in handlist:
|
||||
i += 1
|
||||
if hand is not None:
|
||||
hand.prepInsert(self.database)
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user