Only call _data if stream.running=True
authorAris Pikeas <pikeas@gmail.com>
Thu, 3 Apr 2014 23:43:45 +0000 (16:43 -0700)
committerAris Pikeas <pikeas@gmail.com>
Thu, 3 Apr 2014 23:43:45 +0000 (16:43 -0700)
commit9753c0f5773822a862bd8e8ffef129090ee5e63a
tree7384b875c8bd76ad62d318a1fd854ac325b09498
parent5bdd86a438d8d3c383bafd0db418a72f7a9a3412
Only call _data if stream.running=True

Not sure why an extra delimiter int is spit out when you disconnect, but this should be enough of a bandaid.
tweepy/streaming.py