mirror of https://gitlab.com/bashrc2/epicyon
Extraneous space
parent
5625487e58
commit
19e3b45c3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue