sybrenstuvel / flickrapi

Python Flickr API implementation
https://stuvel.eu/flickrapi
Other
155 stars 33 forks source link

DeprecationWarning for photoset = rsp.getchildren()[0] #131

Closed shinokada closed 3 years ago

shinokada commented 3 years ago

When I run pytest I get the following error.

tests/test_main.py::test_flickr_search
  /Users/shinokada/.pyenv/versions/3.8.6/envs/mytool/lib/python3.8/site-packages/flickrapi/core.py:690: DeprecationWarning: This method will be removed in future versions.  Use 'list(elem)' or iteration over elem instead.
    photoset = rsp.getchildren()[0]

I thought it is a good idea to update it.

jim-easterbrook commented 3 years ago

See #130.

randomcascade commented 3 years ago

Should be resolved as of #130.