From a41ce88b5fe98f9c0fea4227bef75dd4986b0c6b Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Mon, 13 Feb 2023 00:22:51 +0100 Subject: [PATCH] Origin/destination can be not Strasbourg/Lyon --- app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.py b/app.py index 7b9b607..21079e5 100644 --- a/app.py +++ b/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 = []