Skip to content

Commit

Permalink
fix: remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Sep 21, 2023
1 parent eee4b19 commit 9120cc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeharvest/core/scrapers/zillow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def _parse_properties(self, property_data: dict):
area_min=result.get("minArea"),
bldg_name=result.get("communityName"),
status_text=result["statusText"],
beds_min=result["minBeds"],
price_min=price_value if "+/mo" in result["price"] else None,
price_max=price_value if "+/mo" in result["price"] else None,
latitude=result.get("latLong", {}).get("latitude"),
Expand Down

0 comments on commit 9120cc9

Please sign in to comment.