Remove unused variable in Stream
authorHarmon <Harmon758@gmail.com>
Mon, 4 Jan 2021 09:29:45 +0000 (03:29 -0600)
committerHarmon <Harmon758@gmail.com>
Mon, 4 Jan 2021 09:29:45 +0000 (03:29 -0600)
tweepy/streaming.py

index bf24ebfbc89defdb802d149167c16a3817b2b064..36f18a40ef9d2986e5ece1d0ae4d46d74808a7c3 100644 (file)
@@ -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: