that's for another PR lol

This commit is contained in:
OniriCorpe 2024-03-07 01:20:38 +01:00 committed by OniriCorpe
parent 14b4ad3fe6
commit 370043b939

View file

@ -31,7 +31,7 @@ And then start the dev server:
```bash ```bash
source venv/bin/activate source venv/bin/activate
FLASK_APP=app.py FLASK_ENV=development flask --debug run FLASK_APP=app.py FLASK_ENV=development flask run
``` ```
## Translation ## Translation