mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update envHelper.py
fix install un web app‘s bug
This commit is contained in:
parent
e454e22bd6
commit
be9dfe4921
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class EnvHelper:
|
|||
|
||||
return value
|
||||
|
||||
return resolve_value(values.get(key, ''))
|
||||
return resolve_value(values.get(key))
|
||||
except Exception as e:
|
||||
logger.error(f"Error getting {key} from {self.dotenv_path}: {e}")
|
||||
raise CustomException()
|
||||
|
|
Loading…
Reference in a new issue