diff --git a/octosuite/octosuite.py b/octosuite/octosuite.py index defbbd9..f0088c2 100644 --- a/octosuite/octosuite.py +++ b/octosuite/octosuite.py @@ -339,7 +339,7 @@ class Octosuite: self.clearScreen() self.configure_logging() self.check_updates() - xprint(ascii_banner()) + xprint(ascii_banner()[1], ascii_banner()[0}) """ Main loop keeps octosuite running, this will break if Octosuite detects a KeyboardInterrupt (Ctrl+C)