"feat: Update dependencies in requirements.txt and installer script"

This commit is contained in:
2025-05-27 06:46:13 +02:00
parent 3867540cf4
commit 1d2580defd
3 changed files with 5 additions and 3 deletions

View File

@@ -1565,7 +1565,7 @@ start_application() {
if [ -d "$VENV_DIR" ]; then
cd "$APP_DIR"
source "$VENV_DIR/bin/activate"
python app.py &
python3.11 app.py &
echo -e "${GREEN}Backend-Server gestartet: https://localhost:443${NC}"
deactivate
cd "$PROJECT_DIR"