Added optional sleep time between API calls made with the cursor method
This commit is contained in:
parent
2852eeab0e
commit
cfb8edb489
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue