diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc index 0266bc43..a5f980b5 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc index efe7e4b1..959af01b 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc index 98bd4b44..66b72123 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc index 54dbd590..cbd8a5ee 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc index 78137621..a36ddbc2 100644 Binary files a/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc index b469acde..c2adf80a 100644 Binary files a/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc differ diff --git a/scrape/usse.py b/scrape/usse.py index 928943a6..a8838da8 100644 --- a/scrape/usse.py +++ b/scrape/usse.py @@ -75,6 +75,8 @@ def generate_json(houses): for key in houses.keys(): + if key == "descrip" or key == "photo": + continue out_dict[key] = houses.__getattr__(key).get(i) get_distances(out_dict, destination_location)