mirror of https://gitlab.com/bashrc2/epicyon
No trailing vertical
parent
2b4218f4bc
commit
cb8fdba915
|
@ -472,7 +472,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
|||
while len(content) < 40:
|
||||
content += ' '
|
||||
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
||||
published + ' | ' + content + ' |')
|
||||
published + ' | ' + content)
|
||||
ctr += 1
|
||||
|
||||
print('')
|
||||
|
|
Loading…
Reference in New Issue