From 64935e3c936bd48488fab1f9d1b00335349a8cdb Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Thu, 14 Apr 2011 00:34:16 -0500 Subject: [PATCH] Code style fixup. --- tweepy/streaming.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 55e9a46..53929f6 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -159,6 +159,7 @@ class Stream(object): Thread(target=self._run).start() else: self._run() + def userstream(self, count=None, async=False, secure=True): if self.running: raise TweepError('Stream object already connected!') -- 2.25.1