Skip to content

Commit

Permalink
add necessary files (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateow99 authored Nov 15, 2023
1 parent ca62cef commit c0c767c
Show file tree
Hide file tree
Showing 3 changed files with 830 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/controllers/populate_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def process(self, json_eateries):
events_dict[eatery_id] = events

# create custom events for external eateries
with open("../static_sources/external_eateries.json", "r") as file:
with open("./static_sources/external_eateries.json", "r") as file:
json_obj = json.load(file)
for eatery in json_obj['eateries']:
events_dict[eatery['id']] = self.generate_external_events(eatery)
Expand Down
1 change: 1 addition & 0 deletions src/static_sources/cornell_dining_now_eateries.json

Large diffs are not rendered by default.

Loading

0 comments on commit c0c767c

Please sign in to comment.