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