From eaf53cab7fbab00543757f8b4fb8ac5443c6fd1f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 11 Mar 2024 15:58:43 +0100 Subject: [PATCH] Store: fix flask command for debug in real-time --- store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/README.md b/store/README.md index 628ef794..7cc6e5f5 100644 --- a/store/README.md +++ b/store/README.md @@ -31,7 +31,7 @@ And then start the dev server: ```bash source venv/bin/activate -FLASK_APP=app.py FLASK_ENV=development flask run +FLASK_APP=app.py FLASK_ENV=development flask --debug run ``` ## Translation