Remove double spaces

merge-requests/21/head
Bob Mottram 2021-03-04 12:29:27 +00:00
parent a69848bbc0
commit 699f8ea76a
1 changed files with 1 additions and 0 deletions

View File

@ -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'):