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