projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49cfb2
)
Add stringify_ids endpoint parameter for API.mutes_ids
author
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:03:59 +0000
(
00:03
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:03:59 +0000
(
00:03
-0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 9dc02f3ccad4176075d585ef493ce778deb43701..50195022c06d1729d99042c0c26dd63580e26f7e 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-797,7
+797,7
@@
class API:
"""
return self.request(
'GET', 'mutes/users/ids', *args, endpoint_parameters=(
- '
cursor',
+ '
stringify_ids', 'cursor'
), **kwargs
)