spansh.py: spansh.co.uk → spansh.uk

This commit is contained in:
alterNERDtive 2022-09-05 15:27:40 +02:00
parent ceb3e2c660
commit 1a76ca59d4
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -173,9 +173,9 @@ args = parser.parse_args()
# =========================================================================== # ===========================================================================
APIURLS = { APIURLS = {
"nearest": "https://spansh.co.uk/api/nearest", "nearest": "https://spansh.uk/api/nearest",
"stations": "https://spansh.co.uk/api/stations/search", "stations": "https://spansh.uk/api/stations/search",
"systems": "https://spansh.co.uk/api/systems/search", "systems": "https://spansh.uk/api/systems/search",
} }
try: try: