xdevplatform/twitter-python-ads-sdk

how to iterate though cursors

Closed this issue · 1 comments

I get the following error while trying to iterate cursors using the __fetch_next method.

AttributeError: 'Cursor' object has no attribute '__fetch_next'

my bad, was not familiar with the next variable, so cursors are iterable with regular loops