Revert "pass all settings through so that a new one can be used to skip updating hudcache (not used yet)"

This reverts commit b935a5ad67.
This commit is contained in:
Worros
2009-06-10 20:48:33 +08:00
parent e212bbd751
commit ed9f02b113
2 changed files with 15 additions and 23 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ class Importer:
self.hand=hand
try:
handsId = fpdb_parse_logic.mainParser(self.settings, self.fdb.db
handsId = fpdb_parse_logic.mainParser(self.settings['db-backend'], self.fdb.db
,self.fdb.cursor, self.siteIds[site], category, hand, self.config)
self.fdb.db.commit()