Add Rotterdam Centraal
This commit is contained in:
parent
1faa0a1909
commit
f75c1e2db3
2 changed files with 5 additions and 0 deletions
1
app.py
1
app.py
|
|
@ -22,6 +22,7 @@ DESTINATIONS = {
|
|||
'brussels': 'Brussels Midi',
|
||||
'lille': 'Lille Europe',
|
||||
'amsterdam': 'Amsterdam Centraal',
|
||||
'rotterdam': 'Rotterdam Centraal',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@ ROUTE_URLS = {
|
|||
'https://www.eurostar.com/uk-en/travel-info/timetable/'
|
||||
'7015400/8400058/london-st-pancras-intl/amsterdam-centraal'
|
||||
),
|
||||
'Rotterdam Centraal': (
|
||||
'https://www.eurostar.com/uk-en/travel-info/timetable/'
|
||||
'7015400/8400530/london-st-pancras-intl/rotterdam-centraal'
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue