Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-04 12:33:46 +00:00
commit 0312cb75eb
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'):