mirror of https://gitlab.com/bashrc2/epicyon
Apply announces to original post content
parent
1b3ada1e44
commit
8e2799ea3d
|
@ -469,6 +469,9 @@ def _postToSpeakerJson(baseDir: str, httpPrefix: str,
|
||||||
sayContent = \
|
sayContent = \
|
||||||
translate['announces'] + ' ' + \
|
translate['announces'] + ' ' + \
|
||||||
announcedHandle + '. ' + sayContent
|
announcedHandle + '. ' + sayContent
|
||||||
|
content = \
|
||||||
|
translate['announces'] + ' ' + \
|
||||||
|
announcedHandle + '. ' + content
|
||||||
postId = None
|
postId = None
|
||||||
if postJsonObject['object'].get('id'):
|
if postJsonObject['object'].get('id'):
|
||||||
postId = postJsonObject['object']['id']
|
postId = postJsonObject['object']['id']
|
||||||
|
|
Loading…
Reference in New Issue