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

main
Bob Mottram 2021-03-15 19:23:01 +00:00
commit db1d7435ac
1 changed files with 1 additions and 1 deletions

View File

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