projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52bfb40
)
Add trim_user endpoint parameter for API.retweets
author
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:13:28 +0000
(22:13 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:13:28 +0000
(22:13 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 6b9761d11b554fd7a26d96dc98327db4fe7568d1..faed1766d14da8b7b46875ca8e5a729162495efb 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-428,7
+428,7
@@
class API:
return self.request(
'GET', f'statuses/retweets/{id}', *args,
endpoint_parameters=(
- 'count',
+ 'count',
'trim_user'
), **kwargs
)