Unbooked flight great circle goes to airport (Closes: #179)
This commit is contained in:
parent
5f13bff9bd
commit
aad968a174
2 changed files with 17 additions and 4 deletions
|
|
@ -542,7 +542,7 @@ def trip_page(start: str) -> str:
|
|||
today = date.today()
|
||||
|
||||
coordinates = agenda.trip.collect_trip_coordinates(trip)
|
||||
routes = agenda.trip.get_trip_routes(trip)
|
||||
routes = agenda.trip.get_trip_routes(trip, app.config["PERSONAL_DATA"])
|
||||
|
||||
agenda.trip.add_coordinates_for_unbooked_flights(routes, coordinates)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue