From 613a7ab30d40b685f45ea953102d7ff4442c46f2 Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:23:25 +0200 Subject: [PATCH] Update osmcache.py --- osmcache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmcache.py b/osmcache.py index 6f636f739..5aa3c3c26 100644 --- a/osmcache.py +++ b/osmcache.py @@ -28,7 +28,7 @@ class OsmCache: } } """ - OSM_API_URL = 'https://www.openstreetmap.org/api/0.6' + OSM_API_URL = 'https://api.openstreetmap.org/api/0.6' OSM_USER_AGENT = 'aed_backup/1.0 (github.com/openstreetmap-polska)' CACHE_TIMEOUT = 3 CACHE_RETRIES = 3