Import: reenable the test data for gametypes
This commit is contained in:
parent
c34467b987
commit
b20dde4f29
|
@ -460,7 +460,7 @@ class Importer:
|
||||||
|
|
||||||
####Lock Placeholder####
|
####Lock Placeholder####
|
||||||
for hand in handlist:
|
for hand in handlist:
|
||||||
hand.prepInsert(self.database)
|
hand.prepInsert(self.database, printtest = self.settings['testData'])
|
||||||
self.database.commit()
|
self.database.commit()
|
||||||
phands.append(hand)
|
phands.append(hand)
|
||||||
####Lock Placeholder####
|
####Lock Placeholder####
|
||||||
|
|
Loading…
Reference in New Issue
Block a user