diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 8c931a49..a1e2a835 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -180,7 +180,7 @@ class Importer: tottime += ttime if self.settings['dropIndexes'] == 'drop': self.fdb.afterBulkImport() - self.fdb.analyzeDB(self.fdb) + self.fdb.analyzeDB() return (totstored, totdups, totpartial, toterrors, tottime) # else: import threaded