Update octosuite.py

This commit is contained in:
Richard Mwewa
2022-11-20 16:11:08 +02:00
committed by GitHub
parent 6822806a77
commit 310b1fb702

View File

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