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}")