Skip to content

Commit

Permalink
Merge pull request #57 from BlueAtomic/fix-env
Browse files Browse the repository at this point in the history
Enabled JSON
  • Loading branch information
zortos293 authored Jul 1, 2023
2 parents 1b463eb + ddb7d6a commit 458633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_data() -> dict:
If you do not have a config.json file, you can use environment variables.
:return: The data from the config.json file.
"""
usejson = False # Set to True to a config.json
usejson = True # Set to True to a config.json
if usejson:
try:
with open('config.json', 'r', encoding="UTF-8") as file:
Expand Down

0 comments on commit 458633c

Please sign in to comment.