mirror of https://gitlab.com/bashrc2/epicyon
More generic indicator
parent
a5b6b66a21
commit
23fe655d41
|
@ -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 = '[' + publishedStr + ']'
|
||||||
|
|
||||||
# benchmark 15
|
# benchmark 15
|
||||||
if not allowDownloads:
|
if not allowDownloads:
|
||||||
|
|
Loading…
Reference in New Issue