From 683e1d792edbc1a86338809d20d06749c3e8e501 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 24 Jul 2025 10:00:30 +0000 Subject: [PATCH] save --- etl/quick_script_to_pull_data_from_hubspot_and_ideally_push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/quick_script_to_pull_data_from_hubspot_and_ideally_push.py b/etl/quick_script_to_pull_data_from_hubspot_and_ideally_push.py index 34924cc..fdb15fe 100644 --- a/etl/quick_script_to_pull_data_from_hubspot_and_ideally_push.py +++ b/etl/quick_script_to_pull_data_from_hubspot_and_ideally_push.py @@ -38,7 +38,7 @@ for deal in deals: sp = SharePointScraper(installer) path = get_sharepoint_path(sharepoint_url) - files = sp.download_files_from_path(path) + files = sp.downloadt_files_from_path(path) sdp = surveyedDataProcessor("fake address", files) # Class Object for EPR Summary Informaiton ( Transform )