mirror of https://gitlab.com/bashrc2/epicyon
Extra space
parent
b6a841e8be
commit
a69848bbc0
|
@ -154,7 +154,7 @@ def speakerReplaceLinks(sayText: str, translate: {},
|
|||
if word.startswith('@') and not prevWord.endswith('RT'):
|
||||
if translate.get('mentioning'):
|
||||
replacements[word] = \
|
||||
translate['mentioning'] + ' ' + word[1:] + ','
|
||||
translate['mentioning'] + ' ' + word[1:] + ', '
|
||||
prevWord = word
|
||||
|
||||
domain = None
|
||||
|
|
Loading…
Reference in New Issue