Remove dependence on string length delimitation in Stream
authorHarmon <Harmon758@gmail.com>
Fri, 22 Jan 2021 14:42:59 +0000 (08:42 -0600)
committerHarmon <Harmon758@gmail.com>
Fri, 22 Jan 2021 14:51:40 +0000 (08:51 -0600)
commit725ffb3c9c738d535d96e1720bb42e5d4f449617
treef2d05ecd40d3673b83a805e4261bf8815a9633b8
parent9f0d42ac64b590ad41e496127203ac1caed99128
Remove dependence on string length delimitation in Stream

Simply read the entire line instead of passing "length" as the delimited parameter for the stream and reading the length of the string given by each delimiter
tweepy/streaming.py