Skip to content

Commit

Permalink
agh
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Dec 4, 2024
1 parent 58b5a11 commit ffb5beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/fetch_execs.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def updateDataFromNotion(writeLocation="data/") -> bool:
if page["last_edited_time"] > execs_latest_update:
execs_latest_update = page["last_edited_time"]

if len(local_data.events) != len(exec_pages["results"]):
if len(local_data.executives) != len(exec_pages["results"]):
update_count += 1

# if there are no new updates then we should save the time that we last checked and then exit.
Expand Down

0 comments on commit ffb5beb

Please sign in to comment.