Skip to content

Commit

Permalink
fix: The URL for raw data has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Sep 8, 2023
1 parent a91a2f6 commit bebd27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_fieldwork/make_data_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def __init__(self,

# Use a persistant connect, better for multiple requests
self.session = requests.Session()
self.url = "https://raw-data-api0.hotosm.org/v1"
self.url = "https://raw-data-demo.hotosm.org/v1"
self.headers = {"accept": "application/json", "Content-Type": "application/json"}
else:
log.info("Opening database connection to: %s" % dbhost)
Expand Down

0 comments on commit bebd27c

Please sign in to comment.