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)