Flask TypeError: argument of type ‘_RequestGlobals’ is not iterable

Solution
59  @app.route("/")
60  def hello():
61      #return render_template('index.html')
62      return render_template('hello.html')
@app.route("/")
def hello():
    return render_template('index.html')