Fix passing settings in import chain.

This commit is contained in:
Ray 2009-06-19 16:48:42 -04:00
parent a998a6dc6e
commit c9572129a6

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()