fix import

This commit is contained in:
Azlux
2021-03-01 12:26:28 +01:00
parent a3b9948b6d
commit e079f948bc
2 changed files with 6 additions and 6 deletions

View File

@ -96,7 +96,7 @@ python3 -m venv venv
venv/bin/pip install wheel
venv/bin/pip install -r requirements.txt
(cd web && npm install && npm run build)
./scripts/translate_templates.py --lang-dir lang/ --template-dir templates/
venv/bin/python3 ./scripts/translate_templates.py --lang-dir lang/ --template-dir templates/
```
</details>