Added person lookup by email and other minor changes.

This commit is contained in:
Scott Idem
2021-12-01 18:19:36 -05:00
parent 6883bebd16
commit 2c0af0a321
5 changed files with 105 additions and 23 deletions

View File

@@ -839,7 +839,7 @@ async def ins_up_membership_person_data(
if membership_type_name := record.get('membership_type', None): pass
else:
log.warning(f'No membership information information found. Person ID: {person_id}, External ID: {external_id}, Email: {email}')
log.warning(f'No membership information. Person ID: {person_id}, External ID: {external_id}, Email: {email}')
continue
data = {}