aboutsummaryrefslogtreecommitdiff
path: root/producer.py
diff options
context:
space:
mode:
Diffstat (limited to 'producer.py')
-rw-r--r--producer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/producer.py b/producer.py
index b965491..252a26b 100644
--- a/producer.py
+++ b/producer.py
@@ -33,7 +33,7 @@ class TwitterStreamer():
listener = ListenerTS()
auth = self.twitterAuth.authenticateTwitterApp()
stream = Stream(auth, listener)
- stream.filter(track=["Christmas"], stall_warnings=True, languages= ["en"])
+ stream.filter(track=["Covid"], stall_warnings=True, languages= ["en"])
class ListenerTS(StreamListener):