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
1 changed files with 1 additions and 0 deletions

View File

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