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

Implement __next__ method for SlicedWalker #128

Closed boghicieusebiu closed 1 year ago

boghicieusebiu commented 1 year ago

Fixes

TypeError: iter() returned non-iterator of type 'SlicedWalker'

As Walker has the __next__ method implemented and can be iterated over, SlicedWalker also needs it