From 8d7450fbd64a8e7060f825cbb3c8f87cc7749daa Mon Sep 17 00:00:00 2001 From: iamedd Date: Thu, 14 Nov 2013 18:31:36 -0600 Subject: [PATCH] Added new param (include_rts) to list_timeline --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 22f0819..e9fac89 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -534,7 +534,7 @@ class API(object): list_timeline = bind_api( path = '/lists/statuses.json', payload_type = 'status', payload_list = True, - allowed_param = ['owner_screen_name', 'slug', 'owner_id', 'list_id', 'since_id', 'max_id', 'count'] + allowed_param = ['owner_screen_name', 'slug', 'owner_id', 'list_id', 'since_id', 'max_id', 'count', 'include_rts'] ) get_list = bind_api( -- 2.25.1