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

This commit is contained in:
sqlcoder
2009-06-09 22:55:18 +01:00
parent 680e5c2f89
commit b935a5ad67
2 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ class Importer:
self.hand=hand
try:
handsId = fpdb_parse_logic.mainParser(self.settings['db-backend'], self.fdb.db
handsId = fpdb_parse_logic.mainParser(self.settings, self.fdb.db
,self.fdb.cursor, self.siteIds[site], category, hand, self.config)
self.fdb.db.commit()