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
3011841b
Commit
3011841b
authored
Dec 18, 2014
by
elanting
Browse files
fixed issue #529
parent
ac5eb801
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
3011841b
...
...
@@ -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