forked from gooberinc/goober
cleaned up the .env n shit
This commit is contained in:
parent
ffeefaa1a4
commit
24beb9a42e
5 changed files with 35 additions and 31 deletions
|
@ -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