mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
Separate setup() and module_setup().
This commit is contained in:
@@ -13,7 +13,7 @@ class WhisperEnricher(Enricher):
|
||||
Only works if an S3 compatible storage is used
|
||||
"""
|
||||
|
||||
def module_setup(self) -> None:
|
||||
def setup(self) -> None:
|
||||
self.stores = self.config['steps']['storages']
|
||||
self.s3 = get_module("s3_storage", self.config)
|
||||
if not "s3_storage" in self.stores:
|
||||
|
||||
Reference in New Issue
Block a user