From 29d40ec27e035f091bb210ebc92e323442224083 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Nov 2022 01:40:00 +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 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)