Skip to content

Commit

Permalink
did i really commit to that to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Dec 4, 2024
1 parent 8c74e96 commit 85b373d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdk/fetch_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@ def updateDataFromNotion(writeLocation="data/") -> bool:

event_pages = notion.databases.query(EVENTS_DB_ID)
recurring_pages = notion.databases.query(RECURRING_EVENTS_LIST_DB_ID)

with open("temp.json", "w") as fi:
import json
fi.write(json.dumps(event_pages, indent=4))

input()

# Extract recurring events
recurring_events = {}
for page in recurring_pages["results"]:
Expand Down

0 comments on commit 85b373d

Please sign in to comment.