updating poetry

This commit is contained in:
Kadir Tugan 2023-11-18 12:15:34 +02:00
parent 200caadabd
commit 65fc4cdda4
7 changed files with 261 additions and 50 deletions

View file

@ -1,11 +0,0 @@
def parse_listing_json_entry(d):
id = d['identifier']
# address = d['address']
propertyType = d['propertyType']
price = d['price']
latitude = d['latitude']
longitude = d['longitude']
updated_date = d['updateDate']