From db95317cd5788b1fb8b6b85e9f6b5a10e5251cfd Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sat, 25 Nov 2017 11:56:48 +0100 Subject: Relied on dynamic hashtags only. --- live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live.py b/live.py index 9f6ad4c..4f597c1 100644 --- a/live.py +++ b/live.py @@ -86,7 +86,7 @@ class StdOutListener(StreamListener): def listen_live(auth, api): """Track all tweets written by users.""" - lst = hashtags.split(' ') + underlined.split(' ') + [ '#re' ] + lst = hashtags.split(' ') + underlined.split(' ') targets = [ s.lower().replace('_', ' ') for s in lst ] -- cgit v0.11.2-87-g4458