aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-09 14:25:24 +0100
committerGravatar jesopo2019-06-09 14:25:24 +0100
commit62289ff41bc95506698af6bb44f6ff84099e1b31 (patch)
tree897df956c95a568564915572f3c6ba1523dc45c0 /modules/tweets
parentonly add to IRCBuffer when there's actually a message (e.g. exclude TAGMSG) (diff)
signature
Remove debug print
Diffstat (limited to 'modules/tweets')
-rw-r--r--modules/tweets/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tweets/__init__.py b/modules/tweets/__init__.py
index 2788ca80..688c2b06 100644
--- a/modules/tweets/__init__.py
+++ b/modules/tweets/__init__.py
@@ -94,7 +94,6 @@ class Module(ModuleManager.BaseModule):
self._stream = tweepy.Stream(auth=auth, listener=BitBotStreamListener())
- print(usernames)
self._stream.filter(follow=user_ids, is_async=True)
return True