projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d42597
)
Remove id endpoint parameter for API.followers
author
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 23:37:33 +0000
(17:37 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 23:37:33 +0000
(17:37 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 17099f77e730a7644664a789c39c0bdcb4b6d1d2..5a22c75d481f8ff86dd1beb0d6539bbc77def48f 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-658,8
+658,8
@@
class API:
"""
return self.request(
'GET', 'followers/list', *args, endpoint_parameters=(
- '
id', 'user_id', 'screen_name', 'cursor', 'count
',
- '
skip_status', '
include_user_entities'
+ '
user_id', 'screen_name', 'cursor', 'count', 'skip_status
',
+ 'include_user_entities'
), **kwargs
)