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
e9310b36
Commit
e9310b36
authored
Jun 23, 2014
by
Aaron1011
Browse files
Merge pull request #455 from Ignalion/Issue453
Fix proposal to Issue #453
parents
8e181580
8bd75752
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/streaming.py
View file @
e9310b36
...
...
@@ -231,7 +231,8 @@ class Stream(object):
def
_start
(
self
,
async
):
self
.
running
=
True
if
async
:
Thread
(
target
=
self
.
_run
).
start
()
self
.
_thread
=
Thread
(
target
=
self
.
_run
)
self
.
_thread
.
start
()
else
:
self
.
_run
()
...
...
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