Added optional sleep time between API calls made with the cursor method

This commit is contained in:
Jim Rybarski 2013-09-04 23:06:32 -05:00
parent 2852eeab0e
commit cfb8edb489

View file

@ -400,7 +400,7 @@ class Twython(EndpointsMixin, object):
if not content:
raise StopIteration
if hasattr(function, 'iter_key'):
results = content.get(function.iter_key)
else: