change color accss to cyan and change word prcss to accss in def accss
This commit is contained in:
parent
f3d6530cc3
commit
bee07d0323
@ -4,7 +4,7 @@ def prcss(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[32mprcss\033[39m][\033[95m{loc}\033[39m] {msg}")
|
||||||
|
|
||||||
def accss(loc, 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):
|
def fyinf(loc, msg):
|
||||||
print(f"[loggorilla][{datetime.datetime.now()}][\033[93mfyinf\033[39m][\033[95m{loc}\033[39m] {msg}")
|
print(f"[loggorilla][{datetime.datetime.now()}][\033[93mfyinf\033[39m][\033[95m{loc}\033[39m] {msg}")
|
||||||
|
Loading…
Reference in New Issue
Block a user