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 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
|
||||||
|
|
Loading…
Reference in New Issue