-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
bugSomething isn't workingSomething isn't working
Description
in here, i should see departure and return flight (airline and time of arrival or return) but i cant see. i see only total price and departure flight airline. please help me.
result: Result = get_flights(
flight_data=[
FlightData(date="2025-05-28", from_airport="IST", to_airport="CDG"),
FlightData(date="2025-06-06", from_airport="CDG", to_airport="IST")
],
trip="round-trip",
seat="economy",
passengers=Passengers(adults=1, children=0, infants_in_seat=0, infants_on_lap=0),
fetch_mode="fallback",
max_stops=1)
dosubot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working