diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 17bf04f1..1e5049d0 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -338,7 +338,7 @@ class Importer: try: handsId = fpdb_parse_logic.mainParser(self.settings['db-backend'], self.fdb.db - ,self.fdb.cursor, site, category, hand, self.config) + ,self.fdb.cursor, self.siteIds[site], category, hand, self.config) self.fdb.db.commit() stored += 1