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