Skip to content

in round-trip flights, i cant get return flight. #60

Description

@commisoria

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) 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions