Browse Source

Very minor fixes

pull/11/head
jrtechs 6 years ago
parent
commit
8013a96b1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ssh_manager.py

+ 1
- 1
src/ssh_manager.py View File

@ -156,7 +156,7 @@ def remove_host():
count += 1
for c in cmp:
space = " " * (len(WELCOME_MESSAGE) - 3 - len(str(c.menu_id) + ") " + c.host))
print(print_red("*") + str(c.menue_id) + ") " + c.host + space + print_red("*"))
print(print_red("*") + str(c.menu_id) + ") " + c.host + space + print_red("*"))
print(print_red("*" * len(WELCOME_MESSAGE)))

Loading…
Cancel
Save