mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-09 23:14:29 -07:00
- extra_property_details parameter
- updated docs - classified exception
This commit is contained in:
@@ -651,6 +651,9 @@ class RealtorScraper(Scraper):
|
||||
return homes
|
||||
|
||||
def get_prop_details(self, property_id: str) -> dict:
|
||||
if not self.extra_property_data:
|
||||
return {}
|
||||
|
||||
query = """query GetHome($property_id: ID!) {
|
||||
home(property_id: $property_id) {
|
||||
__typename
|
||||
|
||||
Reference in New Issue
Block a user