mirror of https://gitlab.com/bashrc2/epicyon
Comment out tags
parent
4617fbd36e
commit
4e72aaad53
2
posts.py
2
posts.py
|
@ -958,7 +958,7 @@ def _createPostBase(baseDir: str, nickname: str, domain: str, port: int,
|
|||
tags.append(tag)
|
||||
if isPublic:
|
||||
_updateHashtagsIndex(baseDir, tag, newPostId)
|
||||
print('Content tags: ' + str(tags))
|
||||
# print('Content tags: ' + str(tags))
|
||||
|
||||
if inReplyTo and not sensitive:
|
||||
# locate the post which this is a reply to and check if
|
||||
|
|
Loading…
Reference in New Issue