changed to look for the locale at LOCALE

This commit is contained in:
WhatDidYouExpect 2025-07-09 22:57:58 +02:00
parent 80db54425b
commit b3d5b6bb45

View file

@ -18,7 +18,7 @@ RESET = f"{ANSI}0m"
load_dotenv()
LOCALE = os.getenv("locale")
LOCALE = os.getenv("LOCALE")
module_dir = pathlib.Path(__file__).parent.parent
working_dir = pathlib.Path.cwd()
EXCLUDE_DIRS = {'.git', '__pycache__'}