Update octosuite.py

This commit is contained in:
Richard Mwewa
2022-11-25 01:40:00 +02:00
committed by GitHub
parent 6a0953401b
commit 29d40ec27e

View File

@@ -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)