Origin/destination can be not Strasbourg/Lyon

This commit is contained in:
2023-02-13 00:22:51 +01:00
parent f56a280be5
commit a41ce88b5f

3
app.py
View File

@ -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 = []