Initialize Stream.session within Stream.__init__
authorHarmon <Harmon758@gmail.com>
Tue, 23 Nov 2021 13:41:24 +0000 (07:41 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 20 Feb 2022 06:07:36 +0000 (00:07 -0600)
commit80adf5b2cc861ab6837ae03052378719e694bebc
tree248b151ce2935a2b01809a954e1f8d26a084b3ed
parent4e2997e11a6e40b7e7ece508ef87be17cf493b04
Initialize Stream.session within Stream.__init__

Update the user agent based on Stream.user_agent even if Stream.session is already initialized
tweepy/streaming.py