mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 23:36:22 +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),
|
(FETCH_MEDIA, fetch_media),
|
||||||
(SUBMIT_ARCHIVE_DOT_ORG, archive_dot_org),
|
(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:
|
try:
|
||||||
link = load_link_index(link_dir, link)
|
link = load_link_index(link_dir, link)
|
||||||
|
Reference in New Issue
Block a user