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
519994dc
Commit
519994dc
authored
Apr 16, 2012
by
Steve Jones
Browse files
Update tweepy/streaming.py
parent
5d275bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
519994dc
...
...
@@ -153,8 +153,10 @@ class Stream(object):
delimited_string
=
c
# read rest of delimiter length..
d
=
''
while
d
!=
'
\n
'
and
self
.
running
and
not
resp
.
isclosed
():
delimited_string
+=
resp
.
read
(
1
)
d
=
resp
.
read
(
1
)
delimited_string
+=
d
# read the next twitter status object
if
delimited_string
.
isdigit
():
...
...
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