parent
39f9c98a51
commit
3a7784bb25
3 changed files with 4 additions and 4 deletions
|
|
@ -198,7 +198,7 @@ def get_trip_routes(trip: Trip) -> list[StrDict]:
|
|||
|
||||
return [
|
||||
{
|
||||
"type": "flight",
|
||||
"type": "unbooked_flight",
|
||||
"key": f'LHR_{item["location"]}_{item["country"]}',
|
||||
"from": lhr,
|
||||
"to": latlon_tuple(item),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue