si ca marche c'est trop bien

This commit is contained in:
piair 2023-06-26 21:51:47 +02:00
parent 33eadaa405
commit b64339bdab

View File

@ -90,6 +90,7 @@ app = Flask(__name__)
#Login stuff #Login stuff
""" """
# config # config
app.config["TEMPLATES_AUTO_RELOAD"] = True
app.config.update( app.config.update(
SECRET_KEY = secret SECRET_KEY = secret
) )