From 93b7dc7fc5a07f4cfb10e37726ce7130f76b963f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Nov 2022 11:00:03 +0000 Subject: [PATCH] Include handle --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index a0121d9c0..b4f3a1040 100644 --- a/posts.py +++ b/posts.py @@ -4352,7 +4352,7 @@ def archive_posts(base_dir: str, http_prefix: str, archive_dir: str, nickname, domain, max_cache_age_days, True) print('Expired ' + str(expired_announces) + - ' cached announces') + ' cached announces for ' + nickname + '@' + domain) if archive_dir: archive_subdir = archive_dir + '/accounts/' + \ handle + '/outbox'