"feat: Update dependencies in requirements.txt and installer script"
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user