Indentation

main
Bob Mottram 2020-02-25 16:21:59 +00:00
parent 87954ec16f
commit 7a181d344f
1 changed files with 3 additions and 3 deletions

View File

@ -3216,9 +3216,9 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
attachmentStr,galleryStr= \ attachmentStr,galleryStr= \
getPostAttachmentsAsHtml(postJsonObject,boxName,translate, \ getPostAttachmentsAsHtml(postJsonObject,boxName,translate, \
isMuted, \ isMuted, \
replyStr,announceStr,likeStr, \ replyStr,announceStr,likeStr, \
bookmarkStr,deleteStr,muteStr) bookmarkStr,deleteStr,muteStr)
publishedStr='' publishedStr=''
if postJsonObject['object'].get('published'): if postJsonObject['object'].get('published'):