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

main
Bob Mottram 2021-03-12 20:44:52 +00:00
commit 22da98be55
1 changed files with 6 additions and 2 deletions

View File

@ -387,7 +387,11 @@ def _showLocalBox(boxName: str,
str(published) + ' | ' + str(content) + ' |')
ctr += 1
sayStr = str(ctr) + ' ' + boxName + ' posts were shown.'
print('')
sayStr = boxName + ' posts ' + str(startPostIndex) + \
' to ' + str(startPostIndex + ctr) + '. '
sayStr += 'Use the next and prev commands to navigate.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
print('')