disable buggy cleanup_archive process for nowy

This commit is contained in:
Nick Sweeting 2018-04-17 03:23:14 -04:00
parent 2cd11feaac
commit 542b1d14f6
2 changed files with 110 additions and 1 deletions

View file

@ -118,7 +118,7 @@ if __name__ == '__main__':
write_links_index(archive_path, links)
# Step 3: Verify folder structure is 1:1 with index
cleanup_archive(archive_path, links)
# cleanup_archive(archive_path, links)
# Step 4: Run the archive methods for each link
update_archive(archive_path, links, source=source, resume=resume, append=True)