1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00

fix settings not being applied

This commit is contained in:
Nick Sweeting 2019-03-11 03:13:59 -04:00 committed by GitHub
parent 3acea3eb1e
commit c474bb7992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)