
TAKUDZWA MUCHINEUTA
6,039 Pointsflash() a message in the fishy() view before the return. The message can have any content you want
l keep getting Bummer EnvironBuilder has no attribute find. Is there anything l am doing wrong
from flask import Flask, redirect, url_for, render_template, flash
app = Flask(__name__)
app.secret_key = '24..bdgte54%788bdgrsfdmoppo(gdh345yhd'
@app.route('/')
def index():
return render_template("index.html")
@app.route('/fishy')
def fishy():
flash("power")
return redirect(url_for('index'))
stevencucolo
5,961 Pointsstevencucolo
5,961 Pointsi'm getting the same error. i think there is something wrong with the quiz.