main
Bob Mottram 2020-11-28 19:53:59 +00:00
parent 5be69f22f4
commit a5b6b66a21
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ def individualPostAsHtml(allowDownloads: bool,
# if the post has replies then append a symbol to indicate this # if the post has replies then append a symbol to indicate this
if postJsonObject.get('hasReplies'): if postJsonObject.get('hasReplies'):
if postJsonObject['hasReplies'] is True: if postJsonObject['hasReplies'] is True:
publishedStr += '🢃' publishedStr += '🡢'
# benchmark 15 # benchmark 15
if not allowDownloads: if not allowDownloads: