This commit is contained in:
guest
2026-05-06 15:59:38 +08:00
parent 616b53f0a6
commit d4501ff2da
42 changed files with 1 additions and 1 deletions

2
fish_api/start_fresh.sh Normal file → Executable file
View File

@@ -27,7 +27,7 @@ cd "$DIR"
# 未设置时由 app/settings.py 的默认值或 .env 中的 PUBLIC_BASE_URL 决定。
unset PYTHON_FISH_MEASURE PYTHON_FISH_ACTION 2>/dev/null || true
PY="${PYTHON:-python3.8}"
PY="${PYTHON:-python3}"
"$PY" -m app.prestart_fresh