Fixed bug in scrape
This commit is contained in:
parent
5d0556cb18
commit
3061069d18
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -44,7 +44,7 @@ def generate_json(houses):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
# address_l = f"{houses.zip.get(i)}".split(" ")
|
# 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)
|
res = nomi_c.geocode(address)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user