Skip to content

Commit

Permalink
Fix typo on config
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 21, 2023
1 parent 647a017 commit 6179d82
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 @@ -219,7 +219,7 @@
)

ALLOWED_HDX_TAGS = parse_list(
os.environ.get("ENABLE_HDX_EXPORTS")
os.environ.get("ALLOWED_HDX_TAGS")
or config.get("HDX", "ALLOWED_HDX_TAGS", fallback=None)
or Vocabulary.approved_tags()
)
Expand Down

0 comments on commit 6179d82

Please sign in to comment.