Colorize connection message, remove divider

This commit is contained in:
Bridget
2020-04-13 23:38:17 +02:00
parent 2c62cd7b05
commit 1c466bf452

View File

@@ -71,11 +71,7 @@ class Shell(cmd.Cmd):
for key, value in available_commands.items():
self.add_cmd(key, value)
print(f"Connected to {uuid}")
print(
"_______________________________________________________________________________"
)
print("")
print(f"{Fore.GREEN}Connected to {uuid}{Fore.RESET}\n")
self.url = url
def do_exit(self, arg):