Skip to content
Snippets Groups Projects
Commit 94ac8ba3 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

fix(utils): info color

parent c32f9657
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ def info(message: str): ...@@ -40,7 +40,7 @@ def info(message: str):
:type message: str :type message: str
""" """
print(" {}🛈{} {}".format(GREEN, DEF, message)) print(" {}🛈{} {}".format(BLUE, DEF, message))
def success(message: str): 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