Added person lookup by email and other minor changes.
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user