diff --git a/files/helpers/offsitementions.py b/files/helpers/offsitementions.py index f7dd1dfe2..c66f70aed 100644 --- a/files/helpers/offsitementions.py +++ b/files/helpers/offsitementions.py @@ -44,10 +44,10 @@ def get_mentions(queries): if i['subreddit'] == 'PokemonGoRaids': continue if kind == 'comment': - text = f'
{i["body"]}' + text = f'
' else: - text = f'{i["body"]}
{i["title"]}' - if i["selftext"]: text += f'
{i["selftext"][:5000]}' + text = f'
' + if i["selftext"]: text += f'{i["title"]}
' mentions.append({ 'permalink': i['permalink'],{i["selftext"][:5000]}