Enable python upload to staging

- Based on load_csv.py with edit for staging
This commit is contained in:
Dominic H 2019-11-08 12:31:40 +00:00
parent 9943bdd9a5
commit e00d912686

View File

@ -56,6 +56,7 @@ def update_building(building_id, data, api_key, base_url):
json=data,
verify=False
)
print(r)
return r.status_code, r.json()