Enable python upload to staging
- Based on load_csv.py with edit for staging
This commit is contained in:
parent
9943bdd9a5
commit
e00d912686
@ -56,6 +56,7 @@ def update_building(building_id, data, api_key, base_url):
|
|||||||
json=data,
|
json=data,
|
||||||
verify=False
|
verify=False
|
||||||
)
|
)
|
||||||
|
print(r)
|
||||||
return r.status_code, r.json()
|
return r.status_code, r.json()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user