projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eda088
)
Stop reraising exceptions in Stream._connect
author
Harmon
<Harmon758@gmail.com>
Sun, 24 Jan 2021 14:30:34 +0000
(08:30 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 24 Jan 2021 14:30:34 +0000
(08:30 -0600)
Resolves #1072
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 05766e1fd9e3e5b329d4be5528eec2564acc223a..d94a4f1992890cbff43f99767c01db259351f324 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-124,7
+124,6
@@
class Stream:
)
except Exception as exc:
self.on_exception(exc)
- raise
finally:
self.session.close()
self.running = False