merge-requests/30/head
Bob Mottram 2021-03-15 15:19:10 +00:00
parent e41f6c1456
commit 2ce5285b85
1 changed files with 1 additions and 1 deletions

View File

@ -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)