From e403593d5365e25c508c4a416a2dcf2cce64d8e9 Mon Sep 17 00:00:00 2001 From: Abhishek Gahlot Date: Wed, 8 Jan 2014 03:25:29 +0530 Subject: [PATCH] Added count field to followers list --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 1468a31..260c01e 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -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 """ -- 2.25.1