mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-30 19:51:34 +00:00
Changes for Snapshot 5 release
This commit is contained in:
@@ -35,7 +35,7 @@ class listPanel(basePanel):
|
||||
|
||||
def start_streams(self):
|
||||
self.retrieve_ids()
|
||||
num = twitter.starting.start_list(self.db, self.twitter, self.name_buffer, list_id=self.argumento)
|
||||
num = twitter.starting.start_list(self.db, self.twitter, self.name_buffer, list_id=self.argumento, count=config.main["general"]["max_tweets_per_call"])
|
||||
return num
|
||||
|
||||
def retrieve_ids(self):
|
||||
|
Reference in New Issue
Block a user