Origin/destination can be not Strasbourg/Lyon
This commit is contained in:
parent
f56a280be5
commit
a41ce88b5f
3
app.py
3
app.py
@ -161,9 +161,6 @@ def find_routes(day, origin, destination):
|
||||
|
||||
trains.sort(key=lambda train: train.dep)
|
||||
|
||||
origin = "STRASBOURG"
|
||||
destination = "LYON (intramuros)"
|
||||
|
||||
explore = []
|
||||
per_arr_explore = {}
|
||||
valid_routes = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user