From bee07d03234c01af3b0e75a14e9bd2641d28f0cb Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Fri, 19 May 2023 19:52:03 +0700 Subject: [PATCH] change color accss to cyan and change word prcss to accss in def accss --- core/loggorilla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/loggorilla.py b/core/loggorilla.py index 86c4e57..762b1fe 100644 --- a/core/loggorilla.py +++ b/core/loggorilla.py @@ -4,7 +4,7 @@ def prcss(loc, msg): print(f"[loggorilla][{datetime.datetime.now()}][\033[32mprcss\033[39m][\033[95m{loc}\033[39m] {msg}") def accss(loc, msg): - print(f"[loggorilla][{datetime.datetime.now()}][\033[32mprcss\033[39m][\033[95m{loc}\033[39m] {msg}") + print(f"[loggorilla][{datetime.datetime.now()}][\033[36maccss\033[39m][\033[95m{loc}\033[39m] {msg}") def fyinf(loc, msg): print(f"[loggorilla][{datetime.datetime.now()}][\033[93mfyinf\033[39m][\033[95m{loc}\033[39m] {msg}")