mirror of https://gitlab.com/bashrc2/epicyon
Extraneous space
parent
5625487e58
commit
19e3b45c3f
|
@ -93,7 +93,7 @@ def speakerReplaceLinks(sayText: str, translate: {},
|
||||||
# replace mentions
|
# replace mentions
|
||||||
if word.startswith('@'):
|
if word.startswith('@'):
|
||||||
replacements[word] = \
|
replacements[word] = \
|
||||||
translate['mentioning'] + ' ' + word[1:] + ', '
|
translate['mentioning'] + ' ' + word[1:] + ','
|
||||||
|
|
||||||
domain = None
|
domain = None
|
||||||
domainFull = None
|
domainFull = None
|
||||||
|
|
Loading…
Reference in New Issue