summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-11-25 10:56:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-11-25 10:56:48 (GMT)
commitdb95317cd5788b1fb8b6b85e9f6b5a10e5251cfd (patch)
tree209e4630d6116a1ab63c4e85d3640d802500985f
parentb5c4d532c34ed4d3ac03622b1e249a5d323afd33 (diff)
Relied on dynamic hashtags only.HEADmaster
-rw-r--r--live.py2
1 files changed, 1 insertions, 1 deletions
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 ]