projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3b7f2
)
Add stringify_ids endpoint parameter for API.friendships_outgoing
author
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 04:17:15 +0000
(22:17 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 04:17:15 +0000
(22:17 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 757f9092ec474c6256ff7b5f10f5d27b17e15063..3c79524a100dfb211ca2c28bb81113521147c33d 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-636,7
+636,7
@@
class API:
"""
return self.request(
'GET', 'friendships/outgoing', *args, endpoint_parameters=(
- 'cursor',
+ 'cursor',
'stringify_ids'
), **kwargs
)