mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
fix config parsing in manifests
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"urls": {
|
||||
"default": None,
|
||||
"help": "URL(s) to archive, either a single URL or a list of urls, should not come from config.yaml",
|
||||
"type": lambda val: set(val.split(",")),
|
||||
"type": "auto_archiver.utils.parse_csv_to_set",
|
||||
},
|
||||
},
|
||||
"description": """
|
||||
|
||||
Reference in New Issue
Block a user