summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ]