forked from indymedia/epicyon
Indentation
parent
574dc9d975
commit
cd7221ddf2
|
@ -296,9 +296,9 @@ def newswireHashtagProcessing(session, baseDir: str, postJsonObject: {},
|
||||||
hashtagHtml + '</p>'
|
hashtagHtml + '</p>'
|
||||||
else:
|
else:
|
||||||
content += hashtagHtml
|
content += hashtagHtml
|
||||||
postJsonObject['object']['content'] = content
|
postJsonObject['object']['content'] = content
|
||||||
storeHashTags(baseDir, 'news', postJsonObject)
|
storeHashTags(baseDir, 'news', postJsonObject)
|
||||||
# actionOccurred = True
|
# actionOccurred = True
|
||||||
|
|
||||||
# remove a hashtag
|
# remove a hashtag
|
||||||
if actionStr.startswith('remove '):
|
if actionStr.startswith('remove '):
|
||||||
|
|
Loading…
Reference in New Issue