projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2c04f
)
Code style fixup.
author
Josh Roesslein
<jroesslein@gmail.com>
Thu, 14 Apr 2011 05:34:16 +0000
(
00:34
-0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Thu, 14 Apr 2011 05:34:16 +0000
(
00:34
-0500)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 55e9a46e2264bd1ab93dc2d65dd8becf39d12493..53929f622b5c5bc71e76133c8f293fe3ac0fe0eb 100644
(file)
--- 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!')