Indentation

merge-requests/8/head
Bob Mottram 2020-10-18 13:56:22 +01:00
parent 574dc9d975
commit cd7221ddf2
1 changed files with 3 additions and 3 deletions

View File

@ -296,9 +296,9 @@ def newswireHashtagProcessing(session, baseDir: str, postJsonObject: {},
hashtagHtml + '</p>'
else:
content += hashtagHtml
postJsonObject['object']['content'] = content
storeHashTags(baseDir, 'news', postJsonObject)
# actionOccurred = True
postJsonObject['object']['content'] = content
storeHashTags(baseDir, 'news', postJsonObject)
# actionOccurred = True
# remove a hashtag
if actionStr.startswith('remove '):