mirror of https://gitlab.com/bashrc2/epicyon
Wording
parent
cd0c3efada
commit
c75b46f914
|
|
@ -3384,7 +3384,9 @@ def _command_options() -> None:
|
|||
expired_count = expire_posts(base_dir, http_prefix, {},
|
||||
argb.debug)
|
||||
if expired_count > 0:
|
||||
print(str(expired_count) + ' posts expired')
|
||||
print(str(expired_count) + ' account posts expired')
|
||||
else:
|
||||
print('No account posts expired')
|
||||
sys.exit()
|
||||
|
||||
if not argb.domain and not domain:
|
||||
|
|
|
|||
Loading…
Reference in New Issue