projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4799c74
)
Fix an error in the Stream class.
author
Josh Roesslein
<jroesslein@gmail.com>
Mon, 18 Oct 2010 02:40:58 +0000
(21:40 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Mon, 18 Oct 2010 02:40:58 +0000
(21:40 -0500)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 8b35b8e7d979e44439d8e71ffc05408a54beb193..4fd34a19a022c4b7ae33fb01de3c22ff9b449f58 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-82,7
+82,7
@@
class Stream(object):
self.scheme = "http"
self.api = API()
- self.headers =
headers
or {}
+ self.headers =
options.get("headers")
or {}
self.body = None
def _run(self):