projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c3762
)
Use tuple for API.indicate_direct_message_typing endpoint_parameters
author
Harmon
<Harmon758@gmail.com>
Tue, 4 Oct 2022 03:52:32 +0000
(22:52 -0500)
committer
Harmon
<Harmon758@gmail.com>
Tue, 4 Oct 2022 03:52:32 +0000
(22:52 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 5120894ecdb61eabf53e43f5812cf6d95464c0bd..f60577c114bae5977e2d9f90d14c8098191e6c46 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-3417,7
+3417,7
@@
class API:
"""
return self.request(
'POST', 'direct_messages/indicate_typing', endpoint_parameters=(
- 'recipient_id'
+ 'recipient_id'
,
), recipient_id=recipient_id, **kwargs
)