From a5b6b66a21568bd6bfec3a8badd521c1dce39ac4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Nov 2020 19:53:59 +0000 Subject: [PATCH] Arrow --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index d5e451b7..a4a38b73 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1029,7 +1029,7 @@ def individualPostAsHtml(allowDownloads: bool, # if the post has replies then append a symbol to indicate this if postJsonObject.get('hasReplies'): if postJsonObject['hasReplies'] is True: - publishedStr += '🢃' + publishedStr += '🡢' # benchmark 15 if not allowDownloads: