Skip to content

Commit

Permalink
chore: fix the config
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Mar 5, 2024
1 parent e372aa5 commit 303e8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balanced_backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def load_env_to_variables(env_file_path):
elif os.path.isfile(test_env):
load_env_to_variables(test_env)

config = Settings()
settings = Settings()

0 comments on commit 303e8a8

Please sign in to comment.