mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-07 19:04:20 +01:00
turn off recurse for env
This commit is contained in:
@@ -14,7 +14,7 @@ if os.path.isfile(ENV_FILE):
|
||||
env.read_env(ENV_FILE)
|
||||
else:
|
||||
ENV_FILE = ""
|
||||
env.read_env()
|
||||
env.read_env(recurse=False)
|
||||
|
||||
DEBUG = env.bool("DEBUG", default=False)
|
||||
if not DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user