built in updater i think

This commit is contained in:
expect 2025-06-21 00:01:33 +02:00
parent fd76a7703d
commit 828750ea8d
2 changed files with 25 additions and 2 deletions

View file

@ -34,6 +34,7 @@ MEMORY_FILE = "memory.json"
DEFAULT_DATASET_FILE = "defaultdataset.json"
MEMORY_LOADED_FILE = "MEMORY_LOADED"
ALIVEPING = os.getenv("ALIVEPING")
AUTOUPDATE = os.getenv("AUTOUPDATE")
IGNOREWARNING = False
song = os.getenv("song")
arch = platform.machine()