mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-27 14:35:10 +00:00
Merge pull request #26 from Hestia-Homes/feature/sharepoint_integration
for some reasons windows location was brokern
This commit is contained in:
commit
ab4bf360d2
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ class QuidosSiteNotesExtractor(SiteNotesExtractor):
|
|||
return dict_
|
||||
|
||||
def get_windows(self):
|
||||
data = self.get_data_between("Window Location", "12.0 Ventilation & Cooling")
|
||||
data = self.get_data_between("11.0 Window Location", "12.0 Ventilation & Cooling")
|
||||
headers = data[:8]
|
||||
data_entries = data[8:]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue