From 1664925607b1d2424b3f0dd592690861344d8db3 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Sun, 14 Jun 2026 05:51:51 +0800 Subject: [PATCH] Use python3 in deploy topic sync --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a2c07731..0eb3540b 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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