02strich / python-pandora

Python library for talking to pandora.com
24 stars 15 forks source link

Fixed an issue with Pandora.update_station_list. #12

Closed endlesscoil closed 10 years ago

endlesscoil commented 10 years ago

Pandora.update_station_list no longer tries to extract 'stations' from the result set since PandoraConnection.get_stations takes care of that for us.

02strich commented 10 years ago

Great spotted, thanks