projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ba40e
)
Remove endpoint parameters for API.update_with_media
author
Harmon
<Harmon758@gmail.com>
Fri, 19 Feb 2021 22:43:27 +0000
(16:43 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 19 Feb 2021 22:43:27 +0000
(16:43 -0600)
Remove in_reply_to_status_id_str and auto_populate_reply_metadata endpoint parameters for API.update_with_media
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 33b506ca774202eda1cd6d9996ffc96c7780763f..98ec11b393761889d6b7eabe2d0d8f75201fb1ca 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-494,7
+494,6
@@
class API:
return self.request(
'POST', 'statuses/update_with_media', *args, endpoint_parameters=(
'status', 'possibly_sensitive', 'in_reply_to_status_id',
- 'in_reply_to_status_id_str', 'auto_populate_reply_metadata',
'lat', 'long', 'place_id', 'display_coordinates'
), files=files, **kwargs
)