mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
mute formatter and docker
This commit is contained in:
@@ -15,7 +15,7 @@ class CLIFeeder(Feeder):
|
||||
# without this STEP.__init__ is not called
|
||||
super().__init__(config)
|
||||
if type(self.urls) != list or len(self.urls) == 0:
|
||||
logger.info(f"CLI Feeder did not receive any URL to process")
|
||||
raise Exception("CLI Feeder did not receive any URL to process")
|
||||
|
||||
@staticmethod
|
||||
def configs() -> dict:
|
||||
|
||||
Reference in New Issue
Block a user