Extra space

main
Bob Mottram 2021-03-04 11:52:22 +00:00
parent b6a841e8be
commit a69848bbc0
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ def speakerReplaceLinks(sayText: str, translate: {},
if word.startswith('@') and not prevWord.endswith('RT'): if word.startswith('@') and not prevWord.endswith('RT'):
if translate.get('mentioning'): if translate.get('mentioning'):
replacements[word] = \ replacements[word] = \
translate['mentioning'] + ' ' + word[1:] + ',' translate['mentioning'] + ' ' + word[1:] + ', '
prevWord = word prevWord = word
domain = None domain = None