Merge pull request #26 from Hestia-Homes/feature/sharepoint_integration

for some reasons windows location was brokern
This commit is contained in:
Jun-te Kim 2025-03-20 08:16:53 +00:00 committed by GitHub
commit ab4bf360d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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