From: Harmon Date: Tue, 27 Apr 2021 16:45:36 +0000 (-0500) Subject: Improve ResultSet formatting X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81989f7b7ca910ff637274dd773d0caa08a724c9;p=tweepy.git Improve ResultSet formatting --- diff --git a/tweepy/models.py b/tweepy/models.py index 26e2e60..7222da6 100644 --- a/tweepy/models.py +++ b/tweepy/models.py @@ -9,6 +9,7 @@ from tweepy.mixins import HashableID class ResultSet(list): """A list like object that holds results from a Twitter API query.""" + def __init__(self, max_id=None, since_id=None): super().__init__() self._max_id = max_id