mirror of https://gitlab.com/bashrc2/epicyon
Include handle
parent
e29b5cf8ca
commit
93b7dc7fc5
2
posts.py
2
posts.py
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue