Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-15 15:19:26 +00:00
commit 21b580016a
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)