Update config.py

This commit is contained in:
WhatDidYouExpect 2025-02-26 20:43:44 +01:00 committed by GitHub
parent 64e3189ea8
commit 97dcd790f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ MEMORY_LOADED_FILE = "MEMORY_LOADED"
ALIVEPING = os.getenv("ALIVEPING")
IGNOREWARNING = True
song = os.getenv("song")
arch = platform.machine()
RED = "\033[31m"
GREEN = "\033[32m"
YELLOW = "\033[33m"