mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
for some reasons windows location was brokern
This commit is contained in:
parent
cec84e2973
commit
8fb0b1844d
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