alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

Fix getCollectionTree() #103

Closed Tenzer closed 5 years ago

Tenzer commented 5 years ago

Before this fix you would get a "KeyError: 'set'" exception whenever you called the getCollectionTree() function, as the input data wouldn't be addressed properly, causing the .pop("set") call to happen on the wrong part of the data.