changed to look for the locale at LOCALE
This commit is contained in:
parent
80db54425b
commit
b3d5b6bb45
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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__'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue