diff --git a/connect/src/connect.py b/connect/src/connect.py index 1f5bc485dab416bc23ec3ef4fd7307729c3e15de..fa948ce67006038fe06f13eeb4205511561f63c5 100644 --- a/connect/src/connect.py +++ b/connect/src/connect.py @@ -9,7 +9,7 @@ import subprocess import sys from time import sleep -__VERSION__ = "1.0a" +__VERSION__ = "1.0b" SERVER_RESOURCE_NAME = "CSCT Cloud Programming" SERVER_ADDRESS = "csctcloud.uwe.ac.uk" @@ -57,6 +57,9 @@ class TerminalFormatter(logging.Formatter): def print_header() -> None: + os.system( + "" + ) # this fixes ANSI escape sequences not displaying properly on some builds print(Terminal.BOLD + Terminal.BRIGHT_BLUE, end="") print( r" ,-----. ,---. ,-----.,--------. ,-----.,--. ,-----. ,--. ,--.,------. "