Skip to content
Snippets Groups Projects
Commit 739ccc85 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed info icon character.

parent 0aaa0532
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ def info(message: str):
:type message: str
"""
print(" {}🛈{} {}".format(BLUE, DEF, message))
print(" {}{} {}".format(BLUE, DEF, message))
def success(message: str):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment