Skip to content

Commit

Permalink
Merge branch 'feature/rework-config' into feature/response-passthrough
Browse files Browse the repository at this point in the history
Merge in new config version
  • Loading branch information
jueri committed Sep 9, 2024
2 parents c2e5bf1 + e4f4527 commit 17b8c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def load_from_json(env_var):
config_string = os.getenv(env_var, "{}").replace("\n", "").strip()
config_string = os.getenv(env_var, "{}")
config_dict = json.loads(config_string)
return config_dict

Expand Down

0 comments on commit 17b8c70

Please sign in to comment.