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