Skip to content

Commit

Permalink
Fix typo on hdx site
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 17, 2024
1 parent fe52f5b commit 73c1b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def not_raises(func, *args, **kwargs):


if ENABLE_HDX_EXPORTS:
HDX_SITE = os.environ.get("HDX_SITE") or config.getboolean(
HDX_SITE = os.environ.get("HDX_SITE") or config.get(
"HDX", "HDX_SITE", fallback="demo"
)
HDX_API_KEY = os.environ.get("HDX_API_KEY") or config.get(
Expand Down

0 comments on commit 73c1b76

Please sign in to comment.