From 90566094a35b928c917c4c6d48a3c66cb21d9b41 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 8 Sep 2023 10:20:19 +0700 Subject: [PATCH] fix: Arg, change the raw data URI again --- osm_fieldwork/make_data_extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_fieldwork/make_data_extract.py b/osm_fieldwork/make_data_extract.py index 818397b6..a1c5cac8 100755 --- a/osm_fieldwork/make_data_extract.py +++ b/osm_fieldwork/make_data_extract.py @@ -153,7 +153,7 @@ def __init__(self, # Use a persistant connect, better for multiple requests self.session = requests.Session() - self.url = "https://raw-data-demo.hotosm.org/v1" + self.url = "https://raw-data-api0.hotosm.org/v1" self.headers = {"accept": "application/json", "Content-Type": "application/json"} else: log.info("Opening database connection to: %s" % dbhost)