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 )