projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09f8504
)
Remove id endpoint parameter for API.followers_ids
author
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 23:24:24 +0000
(17:24 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 23:24:24 +0000
(17:24 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index dd389a549840f259ba1877f4fcdd3efe154b7d56..143048548aa2d4cc2174c27d533aa2d723bc724d 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-647,7
+647,7
@@
class API:
"""
return self.request(
'GET', 'followers/ids', *args, endpoint_parameters=(
- '
id', '
user_id', 'screen_name', 'cursor', 'count'
+ 'user_id', 'screen_name', 'cursor', 'count'
), **kwargs
)