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
07f13c29
Commit
07f13c29
authored
Sep 22, 2012
by
inactivist
Browse files
Fix bogus commit - test test test.
parent
5500c3a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
07f13c29
...
...
@@ -135,7 +135,7 @@ class Stream(object):
raise
def
_data
(
self
,
data
):
if
self
.
listener
.
on_data
(
d
)
is
False
:
if
self
.
listener
.
on_data
(
d
ata
)
is
False
:
self
.
running
=
False
def
_read_loop
(
self
,
resp
):
...
...
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