Skip to content

Commit

Permalink
one more for the road
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Nov 29, 2023
1 parent 759bb4f commit 56a1a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def import_lazily(module_name):
FILENAME = "py3_nhle_new_schedule_" + VERSION

try:
THESCHEDULE = json.loads(read_file(FILENAME))["teamdates"]
THESCHEDULE = json.loads(read_file(FILENAME).replace("'", '"'))["teamdates"]
except NotFound:
# In case there is no schedule stored for the backend, try to make it
logging.info("Viewing Root but no schedule found, let's try to parse and store it")
Expand Down

0 comments on commit 56a1a59

Please sign in to comment.