mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 23:24:30 -04:00
disable buggy cleanup_archive process for nowy
This commit is contained in:
parent
2cd11feaac
commit
542b1d14f6
2 changed files with 110 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue