1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

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