Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-15 17:56:17 +00:00
commit 7b039e471a
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
notificationIcons += ''
titleStr = boxName.upper()
if notificationIcons:
while len(titleStr) < 90 - len(notificationIcons):
while len(titleStr) < 89 - len(notificationIcons):
titleStr += ' '
titleStr += notificationIcons
print(indent + titleStr + '\n')