that's for another PR lol

This commit is contained in:
OniriCorpe 2024-03-07 01:20:38 +01:00 committed by OniriCorpe
parent 99bf8b1ec0
commit a3335aecd6

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