From 7e59a34f75458cb971f9b369cedc95f13e1df86b Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 24 Mar 2024 19:34:09 +0200 Subject: [PATCH] teenager --- files/helpers/offsite_mentions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/offsite_mentions.py b/files/helpers/offsite_mentions.py index a4f8d191c..f7256346c 100644 --- a/files/helpers/offsite_mentions.py +++ b/files/helpers/offsite_mentions.py @@ -48,7 +48,7 @@ def reddit_mentions_task(): if kind == 'comment': body = thing["body"].replace('>', '> ') - if SITE_NAME == 'rDrama' and 'teenagers' in body: continue + if SITE_NAME == 'rDrama' and 'teenager' in body: continue text = f'

{body}

' else: title = thing["title"].replace('>', '> ')