mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-08 06:36:06 -04:00
Get more items works as espected using the inverted buffers.
This commit is contained in:
@@ -19,10 +19,8 @@ class streamer(TwythonStreamer):
|
||||
log.debug("%s: %s" % (status_code, data))
|
||||
|
||||
def check_tls(self, data):
|
||||
print "checking timelines..."
|
||||
for i in config.main["other_buffers"]["timelines"]:
|
||||
if data["user"]["screen_name"] == i:
|
||||
print "I found it"
|
||||
tweet_event = event.event(event.EVT_OBJECT, 1)
|
||||
tweet_event.SetItem(data)
|
||||
announce = _(u"One tweet from %s") % (data["user"]["name"])
|
||||
|
Reference in New Issue
Block a user