From a0f1731a329c096ad9d10bcae009a0c568b475bd Mon Sep 17 00:00:00 2001 From: Anderson T Date: Thu, 18 Apr 2024 07:40:04 -0700 Subject: [PATCH] change to notion schema --- notion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notion.py b/notion.py index 7733cb7..7af7540 100644 --- a/notion.py +++ b/notion.py @@ -203,7 +203,7 @@ def multiplePropTextExtractor(property:dict) -> list[str] | None: e = LCSCExecutive( name = propTextExtractor(p["Name"]), - full_name = propTextExtractor(p["Full Name"]), + full_name = propTextExtractor(p["Legal Name"]), pronouns = propTextExtractor(p["Pronouns"]), profile_picture = executive_images[student_id], social_media_links= sc_links,