From a20a9937d49eb2dfcbcda569756d449c78441507 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 10:51:06 +0000 Subject: [PATCH] Pause after initial announce --- notifications_client.py | 2 ++ 1 file changed, 2 insertions(+) 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