Rescan before archiving edits

main
bashrc 2026-01-14 19:51:26 +00:00
parent 1f8dc2a35d
commit a024056706
1 changed files with 1 additions and 0 deletions

View File

@ -5683,6 +5683,7 @@ def archive_posts_for_person(http_prefix: str, nickname: str, domain: str,
index_filename) index_filename)
# remove any edits # remove any edits
posts_in_box = os.scandir(box_dir)
edits_in_box_dict = {} edits_in_box_dict = {}
edits_ctr = 0 edits_ctr = 0
edit_files_ctr = 0 edit_files_ctr = 0