Skip to content
Snippets Groups Projects
Commit 766de665 authored by Michael Heck's avatar Michael Heck
Browse files

fix print header

parent c51b217b
Branches
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ logger = logging.getLogger(__name__) ...@@ -27,6 +27,7 @@ logger = logging.getLogger(__name__)
def print_header(): def print_header():
logger.setLevel(logging.INFO)
logger.info(" _________ ________ ___ ________ ________ ___ ___ ") logger.info(" _________ ________ ___ ________ ________ ___ ___ ")
logger.info("|\___ ___\\\ __ \|\ \|\ __ \|\ __ \|\ \ / /|") logger.info("|\___ ___\\\ __ \|\ \|\ __ \|\ __ \|\ \ / /|")
logger.info("\|___ \ \_\ \ \|\ \ \ \ \ \|\ \ \ \|\ \ \ \/ / /") logger.info("\|___ \ \_\ \ \|\ \ \ \ \ \|\ \ \ \|\ \ \ \/ / /")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment