mirror of https://gitlab.com/bashrc2/epicyon
Remove double spaces
parent
a69848bbc0
commit
699f8ea76a
|
@ -373,6 +373,7 @@ def _postToSpeakerJson(baseDir: str, nickname: str, domain: str,
|
|||
content = removeHtml(htmlReplaceQuoteMarks(content))
|
||||
content = speakerReplaceLinks(content, translate, detectedLinks)
|
||||
content = _speakerPronounce(baseDir, content, translate)
|
||||
content = content.replace(' ', ' ')
|
||||
|
||||
imageDescription = ''
|
||||
if postJsonObject['object'].get('attachment'):
|
||||
|
|
Loading…
Reference in New Issue