diff --git a/app/routers/importing.py b/app/routers/importing.py index 354109a..5f871c7 100644 --- a/app/routers/importing.py +++ b/app/routers/importing.py @@ -679,7 +679,7 @@ async def ins_up_membership_person_data( # allow_update_person_new_user = True account_id = 13 - full_file_path = 'admin/temp/import_person_contact_address_user_data.xlsx' + full_file_path = 'admin/temp/import_person_contact_address_user_data.csv' df = pandas.read_csv( full_file_path, na_filter=False,