main
Bob Mottram 2025-11-17 18:11:17 +00:00
parent bdce3e1e35
commit 99ced20f5f
1 changed files with 1 additions and 0 deletions

View File

@ -5424,6 +5424,7 @@ def _expire_posts_for_person(http_prefix: str, nickname: str, domain: str,
if delete_post(base_dir, http_prefix, nickname, domain,
full_filename, debug, recent_posts_cache, True):
expired_post_count += 1
debug = False
return expired_post_count