Skip to content

Commit

Permalink
Removing check_unset_env_vars functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejschultz committed May 17, 2024
1 parent 9fb0e5a commit 18a8872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emission/net/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def get_config_data_from_env():
}
return config_data_env


def get_config_data():
try:
config_file = open('conf/net/api/webserver.conf')
Expand Down

0 comments on commit 18a8872

Please sign in to comment.