From d947503545cf2a04c0fb0b375e8ac079669967b7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Apr 2022 19:22:19 +0200 Subject: [PATCH] fsd --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index f883acea8..179414e37 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -720,7 +720,7 @@ def thumbnail_thread(pid): if i["subreddit"] == 'PokemonGoRaids': continue - body_html = sanitize(f'New {word} mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True) + body_html = sanitize(f'New rdrama mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True) existing_comment = db.query(Comment.id).filter_by(author_id=NOTIFICATIONS_ID, parent_submission=None, body_html=body_html).one_or_none() if existing_comment: break