Use saveActions and fastStoreHudCache in fpdb_import, etc.

This commit is contained in:
Ray
2009-03-15 17:40:01 -04:00
parent 6f927e6b7b
commit 6d292c50d9
3 changed files with 71 additions and 12 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ class Importer:
try:
handsId=fpdb_parse_logic.mainParser(self.settings['db-backend'], self.fdb.db
,self.fdb.cursor, site, category, hand)
,self.fdb.cursor, site, category, hand, self.config)
self.fdb.db.commit()
stored+=1