From 6f3ee108607bcc1e4de78d7e9d6b66204f0544ff Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 4 Oct 2021 18:53:36 -0400 Subject: [PATCH] Working on IDAA data imports --- app/routers/importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/importing.py b/app/routers/importing.py index d0a2893..19be614 100644 --- a/app/routers/importing.py +++ b/app/routers/importing.py @@ -129,7 +129,7 @@ async def ins_up_person_contact_address_user_data( # allow_update_membership = True # allow_update_person_new_user = True - account_id = 99 + account_id = 13 full_file_path = 'admin/temp/import_person_contact_address_user_data.xlsx' # full_file_path = 'admin/data_files/import_person_contact_address_user_data.xlsx'