From 2ce5285b85c2d675aabce0fa3492ae1eb07b34e0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Mar 2021 15:19:10 +0000 Subject: [PATCH] Index --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index f8d35001d..8824c804b 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -358,7 +358,7 @@ def _readLocalBoxPost(boxName: str, index: int, if speakerJson.get('content'): content = speakerJson['content'] - sayStr = 'Reading ' + boxName + ' post ' + str(index + 1) + '.' + sayStr = 'Reading ' + boxName + ' post ' + str(index) + '.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) time.sleep(2)