i fucked shit up like baddly
This commit is contained in:
parent
01ba29c944
commit
ef93452d1c
2 changed files with 6 additions and 4 deletions
|
@ -30,9 +30,9 @@ ALIVEPING = os.getenv("ALIVEPING")
|
|||
IGNOREWARNING = False
|
||||
song = os.getenv("song")
|
||||
arch = platform.machine()
|
||||
RED = "\033[31mError: "
|
||||
GREEN = "\033[32mSuccess: "
|
||||
YELLOW = "\033[33mWarning: "
|
||||
DEBUG = "\033[1;30mDebug: "
|
||||
RED = "\033[31m"
|
||||
GREEN = "\033[32m"
|
||||
YELLOW = "\033[33m"
|
||||
DEBUG = "\033[1;30m"
|
||||
RESET = "\033[0m"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue