projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40af17e
)
Change API.mutes_ids payload type to ids
author
Harmon
<Harmon758@gmail.com>
Sat, 4 May 2019 09:47:15 +0000
(
04:47
-0500)
committer
GitHub
<noreply@github.com>
Sat, 4 May 2019 09:47:15 +0000
(
04:47
-0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index eb278e7c56103aa580574e4d0972a2b9b518672d..808e368d708806aef0ce96a50debe0ef0c411188 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-795,7
+795,7
@@
class API(object):
return bind_api(
api=self,
path='/mutes/users/ids.json',
- payload_type='
json
',
+ payload_type='
ids
',
allowed_param=['cursor'],
require_auth=True
)