From ce6e8afcc8c6a2d9994b5bcfd56f04d9ea981709 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 26 May 2026 12:59:22 +0100 Subject: [PATCH] Replace city name 'Cologne Hbf' with 'Cologne'. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 51331f0..1527c00 100644 --- a/app.py +++ b/app.py @@ -85,7 +85,7 @@ DESTINATION_OPTIONS = [ "city": "Rotterdam", "destination": "Rotterdam Centraal", }, - {"slug": "cologne", "city": "Cologne Hbf", "destination": "Cologne Hbf"}, + {"slug": "cologne", "city": "Cologne", "destination": "Cologne Hbf"}, ] DESTINATIONS = {