Import: reenable the test data for gametypes

This commit is contained in:
Worros 2011-04-02 22:48:38 +08:00
parent c34467b987
commit b20dde4f29

View File

@ -460,7 +460,7 @@ class Importer:
####Lock Placeholder####
for hand in handlist:
hand.prepInsert(self.database)
hand.prepInsert(self.database, printtest = self.settings['testData'])
self.database.commit()
phands.append(hand)
####Lock Placeholder####