diff --git a/notifications_client.py b/notifications_client.py index f49292ef8..ddd7e2d3c 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -584,7 +584,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, if screenreader and nameStr and \ gender and messageStr and content: sayStr = 'Repeating ' + nameStr - _sayCommand(sayStr, sayStr, + _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak, nameStr, gender) time.sleep(2)