Origin/destination can be not Strasbourg/Lyon

This commit is contained in:
Emmy D'Anello 2023-02-13 00:22:51 +01:00
parent f56a280be5
commit a41ce88b5f
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 3 deletions

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