mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 07:20:59 +02:00
fix settings not being applied
This commit is contained in:
@@ -93,7 +93,7 @@ def archive_link(link_dir, link, overwrite=True):
|
||||
(FETCH_MEDIA, fetch_media),
|
||||
(SUBMIT_ARCHIVE_DOT_ORG, archive_dot_org),
|
||||
)
|
||||
active_methods = [method for toggle, method in ARCHIVE_METHODS]
|
||||
active_methods = [method for toggle, method in ARCHIVE_METHODS if toggle]
|
||||
|
||||
try:
|
||||
link = load_link_index(link_dir, link)
|
||||
|
Reference in New Issue
Block a user