mirror of https://gitlab.com/bashrc2/epicyon
Remove brackets
parent
a8df0dab80
commit
108e27ca95
|
@ -94,7 +94,9 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
|
|||
":-)": '. ' + translate["smile"],
|
||||
":-(": '. ' + translate["sad face"],
|
||||
";-)": '. ' + translate["wink"],
|
||||
"*": ""
|
||||
"*": "",
|
||||
"(": ",",
|
||||
")": ","
|
||||
}
|
||||
if os.path.isfile(pronounceFilename):
|
||||
with open(pronounceFilename, 'r') as fp:
|
||||
|
|
Loading…
Reference in New Issue