From b20dde4f29eaa95103f3c28488b3e5a32c25fdd6 Mon Sep 17 00:00:00 2001 From: Worros Date: Sat, 2 Apr 2011 22:48:38 +0800 Subject: [PATCH] Import: reenable the test data for gametypes --- pyfpdb/fpdb_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 8240395b..764e2a3e 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -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####