merge-requests/21/head
Bob Mottram 2021-03-12 20:41:20 +00:00
parent 7919864a74
commit abc059c929
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ def _showLocalBox(boxName: str,
content = (content[:40]) if len(content) > 40 else content content = (content[:40]) if len(content) > 40 else content
print(str(posStr) + ' | ' + str(name) + ' | ' + print(str(posStr) + ' | ' + str(name) + ' | ' +
str(published) + ' | ' + str(content) + ' |') str(published) + ' | ' + str(content) + ' |')
ctr +=1 ctr += 1
sayStr = str(ctr) + ' ' + boxName + ' posts were shown.' sayStr = str(ctr) + ' ' + boxName + ' posts were shown.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)