diff --git a/octosuite/main.py b/octosuite/main.py index df3bbeb..45a0361 100644 --- a/octosuite/main.py +++ b/octosuite/main.py @@ -9,7 +9,7 @@ def octosuite(): except KeyboardInterrupt: logging.warning(ctrl_c) - xprint(f"{WARNING} {ctrl_c}") + xprint(f"\n{WARNING} {ctrl_c}") except Exception as e: logging.error(error.format(e))