No trailing vertical

merge-requests/30/head
Bob Mottram 2021-03-15 19:20:32 +00:00
parent 2b4218f4bc
commit cb8fdba915
1 changed files with 1 additions and 1 deletions

View File

@ -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('')