1 Commits

Author SHA1 Message Date
24a4bc5526 fix: 启动脚本使用python3 2026-04-29 17:28:43 +08:00

View File

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