Ponytech / appstoreconnectapi

Python wrapper around Apple App Store Api
https://ponytech.net/projects/app-store-connect
MIT License
160 stars 74 forks source link

api.py: Fix __iter__ bug in IterResource class #46

Open agelter opened 2 years ago

agelter commented 2 years ago

The iter method needs to reset the index when called in case a previous iterator didn't complete a full cycle of all elements.