mirror of https://gitlab.com/bashrc2/epicyon
Wrong closing bracket
parent
41132b7914
commit
d2e6405015
|
@ -316,7 +316,7 @@ def _showLocalBox(boxName: str, startPostIndex=0, noOfPosts=10) -> None:
|
|||
content = speakerJson['content']
|
||||
content = (content[:40] + '..') if len(content) > 40 else content
|
||||
print(str(posStr) + ' | ' + str(name) + ' | ' +
|
||||
str(published) + ' | ' + str(content)) + ' |'
|
||||
str(published) + ' | ' + str(content) + ' |')
|
||||
print('')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue