mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-29 11:22:21 +10:00
disable buggy cleanup_archive process for nowy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user