Include handle

main
Bob Mottram 2022-11-22 11:00:03 +00:00
parent e29b5cf8ca
commit 93b7dc7fc5
1 changed files with 1 additions and 1 deletions

View File

@ -4352,7 +4352,7 @@ def archive_posts(base_dir: str, http_prefix: str, archive_dir: str,
nickname, domain, nickname, domain,
max_cache_age_days, True) max_cache_age_days, True)
print('Expired ' + str(expired_announces) + print('Expired ' + str(expired_announces) +
' cached announces') ' cached announces for ' + nickname + '@' + domain)
if archive_dir: if archive_dir:
archive_subdir = archive_dir + '/accounts/' + \ archive_subdir = archive_dir + '/accounts/' + \
handle + '/outbox' handle + '/outbox'