mirror of https://gitlab.com/bashrc2/epicyon
Rescan before archiving edits
parent
1f8dc2a35d
commit
a024056706
1
posts.py
1
posts.py
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue