Skip to content

Commit 9af1583

Browse files
author
Dave Bell
authored
Update loremricksum.py
1 parent fb1e332 commit 9af1583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loremricksum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def on_limit(self, status):
5555
myStreamListener = BotStreamer()
5656

5757
stream = tweepy.Stream(auth, myStreamListener)
58-
stream.filter(track=['@loremricksum', '#RickAndMorty'], async=True)
58+
stream.filter(track=['@loremricksum'], async=True)
5959

6060
while True:
6161
try:

0 commit comments

Comments
 (0)