projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2d78c
)
Update tweepy/models.py
author
Taro Sato
<okomestudio@gmail.com>
Sun, 10 Jan 2021 02:40:55 +0000
(18:40 -0800)
committer
GitHub
<noreply@github.com>
Sun, 10 Jan 2021 02:40:55 +0000
(18:40 -0800)
Co-authored-by: Harmon <Harmon758@gmail.com>
tweepy/models.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/models.py
b/tweepy/models.py
index ba4a6847a845edd5c37c00848d7491727a93bfea..45fd08f4e05d7366c6328f4292325b60a39ad993 100644
(file)
--- a/
tweepy/models.py
+++ b/
tweepy/models.py
@@
-197,7
+197,7
@@
class User(Model):
**kwargs)
def lists_ownerships(self, *args, **kwargs):
- return self._api.lists_ownerships(user
=self.screen_name
,
+ return self._api.lists_ownerships(user
_id=self.id
,
*args,
**kwargs)