Extraneous space

merge-requests/30/head
Bob Mottram 2021-03-02 13:55:54 +00:00
parent 5625487e58
commit 19e3b45c3f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def speakerReplaceLinks(sayText: str, translate: {},
# replace mentions
if word.startswith('@'):
replacements[word] = \
translate['mentioning'] + ' ' + word[1:] + ', '
translate['mentioning'] + ' ' + word[1:] + ','
domain = None
domainFull = None