Extra replacement

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

View File

@ -373,7 +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(' ', ' ')
content = content.replace(' ', ' ').replace(' . ', '. ')
imageDescription = ''
if postJsonObject['object'].get('attachment'):