projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7413c35
)
Add endpoint parameters for API.create_block
author
Harmon
<Harmon758@gmail.com>
Sat, 13 Feb 2021 22:05:49 +0000
(16:05 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 13 Feb 2021 22:05:49 +0000
(16:05 -0600)
Add include_entities and skip_status endpoint parameters for API.create_block
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index bb0b3d9124b86cebde4474032fc1405204ba7c70..c157f88b6a6a076bcc314ae1d5347d89c88f4199 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-776,7
+776,7
@@
class API:
"""
return self.request(
'POST', 'blocks/create', *args, endpoint_parameters=(
- 'user_id', 'screen_name'
+ 'user_id', 'screen_name'
, 'include_entities', 'skip_status'
), **kwargs
)