diff --git a/bin/background_indexer.py b/bin/background_indexer.py index 92340b2c..4b6fd579 100755 --- a/bin/background_indexer.py +++ b/bin/background_indexer.py @@ -34,6 +34,7 @@ class BackgroundIndexer(AbstractManager): try: self.logger.info(f'Build pickle for {uuid}: {uuid_path.parent.name}') self.lookyloo.get_crawled_tree(uuid) + self.lookyloo.trigger_modules(uuid, auto_trigger=True) self.logger.info(f'Pickle for {uuid} build.') except NoValidHarFile: self.logger.warning(f'Unable to build pickle for {uuid}: {uuid_path.parent.name}')