From 370043b939fa3ce0b24673173a4cc6c1c98abd3d 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 7cc6e5f..628ef79 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