projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b92cc
)
fix: list_ownerships()
author
brett-schneider
<github@cbret.de>
Sun, 11 Oct 2020 17:30:35 +0000
(19:30 +0200)
committer
brett-schneider
<github@cbret.de>
Sun, 11 Oct 2020 17:30:35 +0000
(19:30 +0200)
tweepy/models.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/models.py
b/tweepy/models.py
index 5e0bab566e797031ed0d7d588cdfb7fc7467bae0..27bbaa1c844c352fb4871b6e9449cf8f7c366cb9 100644
(file)
--- a/
tweepy/models.py
+++ b/
tweepy/models.py
@@
-201,7
+201,7
@@
class User(Model):
**kwargs)
def lists_ownerships(self, *args, **kwargs):
- return self._api.lists_
memb
erships(user_id=self.id,
+ return self._api.lists_
own
erships(user_id=self.id,
*args,
**kwargs)