for some reasons windows location was brokern

This commit is contained in:
Jun-te Kim 2025-03-20 08:13:00 +00:00
parent cec84e2973
commit 8fb0b1844d

View file

@ -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:]