Use python3 in deploy topic sync

This commit is contained in:
2569718930@qq.com
2026-06-14 05:51:51 +08:00
parent e6a5fd2dda
commit 1664925607
+1 -1
View File
@@ -40,7 +40,7 @@ sync_city_thread_ids() {
fi
mkdir -p "$runtime_dir"
REPO_CITY_THREAD_IDS_FILE="$repo_file" TARGET_CITY_THREAD_IDS_FILE="$target_file" python - <<'PY'
REPO_CITY_THREAD_IDS_FILE="$repo_file" TARGET_CITY_THREAD_IDS_FILE="$target_file" python3 - <<'PY'
import json
import os
import time