From a3335aecd6e5d42307c3d071f997ee31cb5a77d3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 7 Mar 2024 01:20:38 +0100 Subject: [PATCH] that's for another PR lol --- store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/README.md b/store/README.md index 7cc6e5f5..628ef794 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 --debug run +FLASK_APP=app.py FLASK_ENV=development flask run ``` ## Translation