From 2340560ca89f3b172e837c2580afeb829532dfa9 Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 22 Feb 2026 22:35:03 +0000 Subject: [PATCH] stickied comment fixes --- flairtimercomment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flairtimercomment.py b/flairtimercomment.py index 8d706bd..af633e2 100644 --- a/flairtimercomment.py +++ b/flairtimercomment.py @@ -36,7 +36,7 @@ def main(reddit, posts: dict): except Exception as e: print(f"Could not lock submission: {e}") - comment = reddit.submission(submission).reply(body=config.comment_message).mod.distinguish(sticky=True) + comment = reddit.submission(submission).reply(body=config.comment_message) if getattr(config, 'distinguish_comment', False): try: sticky = getattr(config, 'distinguish_sticky', False)