diff --git a/notifications_client.py b/notifications_client.py index 381272b89..2b1b05c4e 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -152,6 +152,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, _sayCommand(sayStr, screenreader, systemLanguage, espeak) + keyPress = _waitForKeypress(2, debug) + originalScreenReader = screenreader domainFull = getFullDomain(domain, port) actor = httpPrefix + '://' + domainFull + '/users/' + nickname