Answer the question
In order to leave comments, you need to log in
How to render template in Flask interval using apscheduler?
@app.route('/')
def main():
data = get_content()
return render_template('article.html', data=data)
scheduler.add_job(main, trigger='interval', seconds=120)
AttributeError: 'NoneType' object has no attribute 'app'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question