Remove debug print
This commit is contained in:
parent
dad60ed307
commit
62289ff41b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue