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:
|
while len(content) < 40:
|
||||||
content += ' '
|
content += ' '
|
||||||
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
||||||
published + ' | ' + content + ' |')
|
published + ' | ' + content)
|
||||||
ctr += 1
|
ctr += 1
|
||||||
|
|
||||||
print('')
|
print('')
|
||||||
|
|
Loading…
Reference in New Issue