From f89c9b1160507bbbc92d0a46613199f755e00b69 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Mar 2021 20:51:04 +0000 Subject: [PATCH] Read post number --- notifications_client.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notifications_client.py b/notifications_client.py index 0c003ee6f..87e1cd742 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -322,6 +322,11 @@ def _readLocalBoxPost(boxName: str, index: int, if speakerJson.get('content'): content = speakerJson['content'] + sayStr = 'Reading ' + boxName + ' post ' + str(index + 1) + '.' + _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) + + time.sleep(2) + # say the speaker's name _sayCommand(nameStr, nameStr, screenreader, systemLanguage, espeak,