From 9120cc9bfe34619fbe2570a7b1d3041c3dc4192f Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 21 Sep 2023 13:10:14 -0500 Subject: [PATCH] fix: remove line --- homeharvest/core/scrapers/zillow/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeharvest/core/scrapers/zillow/__init__.py b/homeharvest/core/scrapers/zillow/__init__.py index c3139db..fc3e8c9 100644 --- a/homeharvest/core/scrapers/zillow/__init__.py +++ b/homeharvest/core/scrapers/zillow/__init__.py @@ -204,7 +204,6 @@ class ZillowScraper(Scraper): 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"),