From 310b1fb7028a85e42472f0b02de07c9d4c065a6d Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:11:08 +0200 Subject: [PATCH] Update octosuite.py --- octosuite/octosuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)