projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
761cbfe
)
Remove endpoint_parameters argument in API.create_media_metadata
author
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 03:55:19 +0000
(21:55 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 03:55:19 +0000
(21:55 -0600)
Remove unnecessary endpoint_parameters argument for API.request in API.create_media_metadata
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 846ed3df61d2734ca0e92ade884700c36795094f..3c5ac35f5f6b22739afc1299905f37b36adc3c40 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-371,7
+371,6
@@
class API:
return self.request(
'POST', 'media/metadata/create', *args,
- endpoint_parameters=(),
upload_api=True, **kwargs
)