I have a Flask app where I am running Tweepy in the background to stream all live tweets of a certain tag.
My code is as follows:
app.py
from fl