fix: 启动脚本使用python3

This commit is contained in:
2026-04-29 17:28:43 +08:00
parent 4f2d107a8e
commit 24a4bc5526

View File

@@ -1,4 +1,4 @@
#!/bin/bash
cd "$(dirname "$0")"
pip install -r requirements.txt -q
python app.py
python3 app.py