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

main
Bob Mottram 2021-03-12 18:16:34 +00:00
commit 8b7fc120b8
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ def _showLocalBox(boxName: str, startPostIndex=0, noOfPosts=10) -> None:
content = speakerJson['content'] content = speakerJson['content']
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) + ' |')
print('') print('')