mirror of
https://github.com/jlengrand/twitterboard.git
synced 2026-03-10 08:51:22 +00:00
Stops logging tweets and directly jumps to hashtags.
Will se later for an efficient way to save tweets too. Probably a way that doesnt require database.
This commit is contained in:
@@ -26,8 +26,8 @@ class Trigger():
|
||||
|
||||
#Counter
|
||||
print "Starting counter"
|
||||
self.c = Counter(data.engine_url)
|
||||
self.c.start()
|
||||
#self.c = Counter(data.engine_url)
|
||||
#self.c.start()
|
||||
|
||||
# FIXME: Must create a wrapper to display them all periodically here
|
||||
# LeaderBoard
|
||||
@@ -77,8 +77,8 @@ class Trigger():
|
||||
print ""
|
||||
print "Stopping Streamer"
|
||||
self.h.stop()
|
||||
print "Stopping Counter"
|
||||
self.c.stop()
|
||||
#print "Stopping Counter"
|
||||
#self.c.stop()
|
||||
#print "Stopping LeaderBoard"
|
||||
#self.l.stop()
|
||||
print "Stopping Command Line"
|
||||
|
||||
Reference in New Issue
Block a user