Replace city name 'Cologne Hbf' with 'Cologne'.

This commit is contained in:
Edward Betts 2026-05-26 12:59:22 +01:00
parent 21f84e2fb6
commit ce6e8afcc8

2
app.py
View file

@ -85,7 +85,7 @@ DESTINATION_OPTIONS = [
"city": "Rotterdam", "city": "Rotterdam",
"destination": "Rotterdam Centraal", "destination": "Rotterdam Centraal",
}, },
{"slug": "cologne", "city": "Cologne Hbf", "destination": "Cologne Hbf"}, {"slug": "cologne", "city": "Cologne", "destination": "Cologne Hbf"},
] ]
DESTINATIONS = { DESTINATIONS = {