From 106888efeecf52dc4ad121fb0630e03720af36df Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 11 Nov 2021 15:12:14 +0000 Subject: [PATCH] Fix warnings --- webapp_post.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webapp_post.py b/webapp_post.py index e0dd9ed73..fa1b51d55 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -706,7 +706,7 @@ def _getReactionIconHtml(nickname: str, domainFull: str, enableTimingLog: bool, postStartTime, boxName: str, pageNumberParam: str, - timelinePostBookmark: str) -> str: + timelinePostReaction: str) -> str: """Returns html for reaction icon/button """ reactionStr = '' @@ -715,7 +715,6 @@ def _getReactionIconHtml(nickname: str, domainFull: str, return reactionStr reactionIcon = 'reaction.png' - reactionLink = 'reactpick' reactionTitle = 'Select reaction' if translate.get(reactionTitle): reactionTitle = translate[reactionTitle] @@ -730,7 +729,7 @@ def _getReactionIconHtml(nickname: str, domainFull: str, reactionStr += \ ' ' + \ '' + \
-        reactionEmoji + reactionTitle + ' |\n' return reactionStr