mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
save
This commit is contained in:
parent
c6ec1eac5d
commit
683e1d792e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue