Fix passing settings in import chain.
This commit is contained in:
parent
a998a6dc6e
commit
c9572129a6
|
@ -394,7 +394,7 @@ class Importer:
|
||||||
self.hand=hand
|
self.hand=hand
|
||||||
|
|
||||||
try:
|
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.cursor, self.siteIds[site], category, hand, self.config)
|
||||||
self.fdb.db.commit()
|
self.fdb.db.commit()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user