diff --git a/WaiverCheck.py b/WaiverCheck.py index 2d5c4b3..3646d08 100644 --- a/WaiverCheck.py +++ b/WaiverCheck.py @@ -106,7 +106,7 @@ def Run(self): if WA_ID: contact = self.WA_API.GetContactById(WA_ID) else: - contact = self.WA_API.GetContactByEmail(waiver.email)[0] + contact = self.WA_API.GetContactByEmail(waiver.email.lower())[0] WA_ID = contact['Id'] break #print(contact)