mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
df25614b24
commit
03f5775ae7
2
posts.py
2
posts.py
|
@ -4319,7 +4319,7 @@ def expire_posts(base_dir: str, http_prefix: str,
|
||||||
|
|
||||||
|
|
||||||
def get_post_expiry_days(base_dir: str, nickname: str, domain: str) -> int:
|
def get_post_expiry_days(base_dir: str, nickname: str, domain: str) -> int:
|
||||||
"""
|
"""Returns the post expiry period for the given account
|
||||||
"""
|
"""
|
||||||
handle = nickname + '@' + domain
|
handle = nickname + '@' + domain
|
||||||
expire_posts_filename = \
|
expire_posts_filename = \
|
||||||
|
|
Loading…
Reference in New Issue