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 Person.getTags() #91

Closed lukhnos closed 6 years ago

lukhnos commented 6 years ago

The flickr.tags.getListUser API method only returns tag texts, and therefore the Tag objects have to be created with the explicit text= named argument.

alexis-mignon commented 6 years ago

Thanks for your contribution :)