diff --git a/sources/utility.py b/sources/utility.py index a9a29c0..ad1c161 100644 --- a/sources/utility.py +++ b/sources/utility.py @@ -44,7 +44,7 @@ def pretty_print(text, color = "info"): "failure": "red", "status": "light_green", "code": "light_blue", - "warning": "yello", + "warning": "yellow", "output": "cyan", "default": "black" }