projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0371686
)
blocks_ids payload_typ='ids'
author
Laura
<3868507+codingcatgirl@users.noreply.github.com>
Sun, 24 Sep 2017 13:37:58 +0000
(15:37 +0200)
committer
GitHub
<noreply@github.com>
Sun, 24 Sep 2017 13:37:58 +0000
(15:37 +0200)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 60c5ba855ad8c016ee60d26f21de5a36a8a6e10f..cbd168cd79ce0e95a45d14b61ba780f20537284e 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-822,7
+822,7
@@
class API(object):
return bind_api(
api=self,
path='/blocks/ids.json',
- payload_type='
json
',
+ payload_type='
ids
',
allowed_param=['cursor'],
require_auth=True
)