Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
a70c752a
Commit
a70c752a
authored
Oct 17, 2010
by
Josh Roesslein
Browse files
Fix an error in the Stream class.
parent
4799c740
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
a70c752a
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment