fixed an import bug which prevented handsplayers and handsactions records from ever getting inserted

This commit is contained in:
chaz@pokeit.co 2011-01-18 03:53:35 -05:00
parent 6a7f175a60
commit ec477110cf

View File

@ -478,6 +478,7 @@ class Importer:
i = 0 i = 0
for hand in handlist: for hand in handlist:
i += 1
if hand is not None: if hand is not None:
hand.prepInsert(self.database) hand.prepInsert(self.database)
try: try: