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
97faa0d3
Commit
97faa0d3
authored
Dec 18, 2014
by
Aaron1011
Browse files
Merge pull request #530 from elanting/master
fixed issue #529
parents
ac5eb801
3011841b
Changes
1
Show whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
97faa0d3
...
...
@@ -416,7 +416,7 @@ class Stream(object):
if
languages
:
self
.
session
.
params
[
'language'
]
=
u
','
.
join
(
map
(
str
,
languages
))
self
.
body
=
urlencode_noplus
(
self
.
session
.
params
)
self
.
session
.
params
[
'delimited'
]
=
'length'
self
.
session
.
params
=
{
'delimited'
:
'length'
}
self
.
host
=
'stream.twitter.com'
self
.
_start
(
async
)
...
...
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