From 2477618d697f6f2579d3e4b8538596f8d866e7f1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 3 Sep 2022 17:22:56 +0100 Subject: [PATCH] Tidying --- content.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content.py b/content.py index 3ceccc8be..5008d395b 100644 --- a/content.py +++ b/content.py @@ -829,8 +829,7 @@ def _add_mention(word_str: str, http_prefix: str, following: [], 'type': 'Mention' } replace_mentions[word_str] = \ - "@" + \ possible_nickname + "" return True @@ -847,8 +846,7 @@ def _add_mention(word_str: str, http_prefix: str, following: [], 'type': 'Mention' } replace_mentions[word_str] = \ - "@" + \ possible_nickname + "" return True