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)
|
trains.sort(key=lambda train: train.dep)
|
||||||
|
|
||||||
origin = "STRASBOURG"
|
|
||||||
destination = "LYON (intramuros)"
|
|
||||||
|
|
||||||
explore = []
|
explore = []
|
||||||
per_arr_explore = {}
|
per_arr_explore = {}
|
||||||
valid_routes = []
|
valid_routes = []
|
||||||
|
|
Loading…
Reference in New Issue