cohaolain / ryanair-py

This is an open source Python module which allows you to retrieve the cheapest flights, with or without return flights, within a given set of dates.
https://github.com/cohaolain/ryanair-py
MIT License
51 stars 15 forks source link

Error: 'Ryanair' object has no attribute 'get_all_flights' #17

Closed linuxcarey closed 4 months ago

linuxcarey commented 4 months ago

Thank you for creating this library.

From master branch, when I run the sample code in the section titled "Get all available flights between two airports", an error occurs: AttributeError: 'Ryanair' object has no attribute 'get_all_flights'

cohaolain commented 4 months ago

Apologies, that branch hadn't been pushed to in a while.

This method has been removed in newer versions of the library and no longer functions in older versions. Please see the changelog for details.