Replace city name 'Cologne Hbf' with 'Cologne'.
This commit is contained in:
parent
21f84e2fb6
commit
ce6e8afcc8
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue