Skip to content

Commit

Permalink
same fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed May 28, 2024
1 parent 8ef7217 commit ede5d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism-image-search/prism/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_bool_env(name, default):

env = env.lower()

if os.environ.get(name) in ["true", "1"]:
if env in ["true", "1"]:
return True
else:
return False
Expand Down

0 comments on commit ede5d67

Please sign in to comment.