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

main
Bob Mottram 2021-03-11 11:09:44 +00:00
commit 985c37f246
1 changed files with 3 additions and 2 deletions

View File

@ -581,8 +581,9 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
print('')
elif (keyPress == 'repeat' or keyPress == 'replay' or
keyPress == 'rp'):
if nameStr and gender and messageStr and content:
sayStr = 'Repeating ' + nameStr, screenreader
if screenreader and nameStr and \
gender and messageStr and content:
sayStr = 'Repeating ' + nameStr
_sayCommand(sayStr, sayStr,
systemLanguage, espeak,
nameStr, gender)