Fix username parameter bug
This commit is contained in:
parent
4b2a406b35
commit
435294e004
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ class Twython(object):
|
|||
except HTTPError, e:
|
||||
raise TwythonError("isListMember() failed with a %d error code." % e.code, e.code)
|
||||
|
||||
def isListSubscriber(self, list_id, id, version = 1):
|
||||
def isListSubscriber(self, username, list_id, id, version = 1):
|
||||
""" isListSubscriber(self, list_id, id, version)
|
||||
|
||||
Check if a specified user (id) is a subscriber of the list in question (list_id).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue