diff --git a/notifications_client.py b/notifications_client.py index 20b08668e..e224ac9a3 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -347,7 +347,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, sayStr = 'Quit' _sayCommand(sayStr, screenreader, systemLanguage, espeak) - keyPress = _waitForKeypress(2, debug) + if screenreader: + keyPress = _waitForKeypress(2, debug) break elif keyPress == 'reply' or keyPress == 'r': if speakerJson.get('id'):