Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-03 21:30:37 +00:00
commit 2b7cf44bf9
1 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,9 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
":-)": '. ' + translate["smile"], ":-)": '. ' + translate["smile"],
":-(": '. ' + translate["sad face"], ":-(": '. ' + translate["sad face"],
";-)": '. ' + translate["wink"], ";-)": '. ' + translate["wink"],
"*": "" "*": "",
"(": ",",
")": ","
} }
if os.path.isfile(pronounceFilename): if os.path.isfile(pronounceFilename):
with open(pronounceFilename, 'r') as fp: with open(pronounceFilename, 'r') as fp: