diff --git a/config.py b/config.py index e703ec0..d6bfa04 100644 --- a/config.py +++ b/config.py @@ -19,7 +19,7 @@ class UserConfig: # Tile Layers that can used in map view TILE_LAYERS = { "Normal": TileLayer( - "https://{s}.tile.osm.org/{z}/{x}/{y}.png", + "https://tile.openstreetmap.org/{z}/{x}/{y}.png", "OpenStreetMap", ), "Cycle": TileLayer(