adding comment
This commit is contained in:
parent
d5f98440a5
commit
873e2bcfab
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -42,6 +42,7 @@ def cleanTweet(tweet: str) -> str:
|
|||
return tweet.strip()
|
||||
|
||||
class Listener(StreamListener):
|
||||
"""Watch for tweets that match criteria in real-time."""
|
||||
def __init__(self, api = None, users = None, q = Queue()):
|
||||
super(Listener, self).__init__()
|
||||
self.q = q
|
||||
|
|
Reference in a new issue