projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9d370
)
Remove id endpoint parameter for API.create_mute
author
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:07:52 +0000
(
00:07
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:07:52 +0000
(
00:07
-0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 58393f45f80060bc1d426a4420c345482de2c6ff..5a4a5dd35dea8c26fa3899bb87def6a2b51396fd 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-818,7
+818,7
@@
class API:
"""
return self.request(
'POST', 'mutes/users/create', *args, endpoint_parameters=(
- '
id', '
user_id', 'screen_name'
+ 'user_id', 'screen_name'
), **kwargs
)