Aevann 2024-02-23 22:38:51 +02:00
parent 7d06808d75
commit 13d0bccf88
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ def reddit_mentions_task():
if kind == 'comment':
body = thing["body"].replace('>', '> ')
if SITE_NAME == 'rDrama' and 'teenagers' in body: continue
text = f'<blockquote><p>{body}</p></blockquote>'
else:
title = thing["title"].replace('>', '> ')