projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc81854
)
Add stringify_ids endpoint parameter for API.blocks_ids
author
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:16:16 +0000
(
00:16
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:16:16 +0000
(
00:16
-0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 6ed2d436516871c3bfcf65d6e2b272234a33df21..1e99825f71615c58a78a66a0fe1a1f21062b83eb 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-850,7
+850,7
@@
class API:
"""
return self.request(
'GET', 'blocks/ids', *args, endpoint_parameters=(
- 'cursor',
+ '
stringify_ids', '
cursor',
), **kwargs
)