projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4fc6a0
)
Start on page 1 for PageIterator
author
Harmon
<Harmon758@gmail.com>
Sun, 7 Feb 2021 19:35:32 +0000
(13:35 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 7 Feb 2021 19:35:32 +0000
(13:35 -0600)
tweepy/cursor.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/cursor.py
b/tweepy/cursor.py
index 01e6136f8670f752476cba4348133d02b8f3c716..17b49042aa5f3b7e5606c1d103b3bad80ad9667e 100644
(file)
--- a/
tweepy/cursor.py
+++ b/
tweepy/cursor.py
@@
-180,7
+180,7
@@
class PageIterator(BaseIterator):
def __init__(self, method, *args, **kwargs):
BaseIterator.__init__(self, method, *args, **kwargs)
- self.current_page =
0
+ self.current_page =
1
def next(self):
if self.limit > 0: