diff --git a/src/keqing/method/network.py b/src/keqing/method/network.py index 4635598..a6144d5 100644 --- a/src/keqing/method/network.py +++ b/src/keqing/method/network.py @@ -8,7 +8,7 @@ def get_server(server_name: str) -> Optional[str]: server_list = { - "OSM": {"url": "https://www.openstreetmap.org/api/0.6/"}, + "OSM": {"url": "https://api.openstreetmap.org/api/0.6/"}, "OGF": {"url": "https://opengeofiction.net/api/0.6/"}, "OHM": {"url": "https://www.openhistoricalmap.org/api/0.6"}, }