- remove neighborhoods

- rename data
This commit is contained in:
Zachary Hampton
2023-10-04 18:44:47 -07:00
parent 8a5f0dc2c9
commit 37e20f4469
2 changed files with 44 additions and 56 deletions

View File

@@ -459,7 +459,7 @@ class RealtorScraper(Scraper):
if able_to_get_lat_long
else None,
address=self._parse_address(result, search_type="general_search"),
neighborhoods=self._parse_neighborhoods(result),
#: neighborhoods=self._parse_neighborhoods(result),
description=self._parse_description(result),
)
properties.append(realty_property)