diff --git a/app.py b/app.py index 7bc0848..14f7317 100644 --- a/app.py +++ b/app.py @@ -174,7 +174,7 @@ def find_routes(day: date, origin: str, destination: str | None): per_arr_explore = {} valid_routes = [] - for train in tqdm(trains): + for train in trains: if train.orig == origin: # Update from the TGVMax simulator queue_route(day, train.orig_iata, train.dest_iata)