]> jfr.im git - z_archive/twitter.git/commitdiff
Send 'length' command line option as 'count' to API
authorErnie Hershey <redacted>
Wed, 10 Sep 2014 20:59:23 +0000 (16:59 -0400)
committerErnie Hershey <redacted>
Wed, 10 Sep 2014 20:59:23 +0000 (16:59 -0400)
fixed #251

twitter/cmdline.py

index 0c21a8b8992699094308eb7867896283f6931ec7..7d867c9b77450a6666b8bcbaab66c6c922654e56 100755 (executable)
@@ -494,6 +494,7 @@ class ListsAction(StatusAction):
             return []
         else:
             return list(reversed(twitter.lists.statuses(
+                count=options['length'],
                 owner_screen_name=screen_name,
                 slug=options['extra_args'][1])))