Changes for Snapshot 5 release

This commit is contained in:
2014-12-07 09:31:39 -06:00
parent 0492e65aa0
commit 104bc4ec8c
23 changed files with 510 additions and 587 deletions

View File

@@ -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):