No trailing vertical

merge-requests/21/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:
content += ' '
print(indent + str(posStr) + ' | ' + name + ' | ' +
published + ' | ' + content + ' |')
published + ' | ' + content)
ctr += 1
print('')