Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
26293ae5
Commit
26293ae5
authored
Jan 07, 2014
by
Aaron Hill
Browse files
Merge pull request #376 from AbhishekGahlot/master
Added count field to followers list
parents
65fe7e57
e403593d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/api.py
View file @
26293ae5
...
...
@@ -316,7 +316,7 @@ class API(object):
followers
=
bind_api
(
path
=
'/followers/list.json'
,
payload_type
=
'user'
,
payload_list
=
True
,
allowed_param
=
[
'id'
,
'user_id'
,
'screen_name'
,
'cursor'
]
allowed_param
=
[
'id'
,
'user_id'
,
'screen_name'
,
'cursor'
,
'count'
]
)
""" account/verify_credentials """
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment