projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6965fa
)
Add stringify_ids endpoint parameter for API.friendships_incoming
author
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 04:11:55 +0000
(22:11 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 04:11:55 +0000
(22:11 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index f7fe11462ca2687cba7d4937a0a0aee4655f1ea1..091a51c62da3ea18bc029226d8b7b3a8292ece85 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-625,7
+625,7
@@
class API:
"""
return self.request(
'GET', 'friendships/incoming', *args, endpoint_parameters=(
- 'cursor',
+ 'cursor',
'stringify_ids'
), **kwargs
)