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..9ac768a3 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..025c9baa 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..82f0ec55 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..045a70b3 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..2acd2c78 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..5023026b 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 a0cfc60b..0c30b861 100644 --- a/scrape/usse.py +++ b/scrape/usse.py @@ -44,7 +44,7 @@ def generate_json(houses): continue # address_l = f"{houses.zip.get(i)}".split(" ") - address = f"{houses.zip.get(i)} {houses.city.get(i)}" + address = f"{houses.address.get(i)} {houses.city.get(i)}" res = nomi_c.geocode(address)