sybrenstuvel/flickrapi

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

shinokada opened this issue · 2 comments

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.

Should be resolved as of #130.