pull/225/head
Aevann 2024-03-24 19:34:09 +02:00
parent 7e95216c4b
commit 7e59a34f75
1 changed files with 1 additions and 1 deletions

View File

@ -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'<blockquote><p>{body}</p></blockquote>'
else:
title = thing["title"].replace('>', '> ')