Work on importing person and membership data

This commit is contained in:
Scott Idem
2021-11-29 15:51:26 -05:00
parent 96a159c007
commit 6883bebd16

View File

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