projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43bc5d4
)
Remove unused variable in Stream
author
Harmon
<Harmon758@gmail.com>
Mon, 4 Jan 2021 09:29:45 +0000
(
03:29
-0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 4 Jan 2021 09:29:45 +0000
(
03:29
-0600)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index bf24ebfbc89defdb802d149167c16a3817b2b064..36f18a40ef9d2986e5ece1d0ae4d46d74808a7c3 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-216,7
+216,6
@@
class Stream:
# Connect and process the stream
error_counter = 0
resp = None
- exc_info = None
try:
while self.running:
if self.retry_count is not None: