projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9907c25
)
Remove id endpoint parameter for API.get_user
author
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:19:20 +0000
(22:19 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:19:20 +0000
(22:19 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 517406899c24ff881669b8d4ae44802e052a96d5..55254d7a3fef97e4ea0c14c13499127e16ed9116 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-448,7
+448,7
@@
class API:
"""
return self.request(
'GET', 'users/show', *args, endpoint_parameters=(
- '
id', '
user_id', 'screen_name'
+ 'user_id', 'screen_name'
), **kwargs
)