From 5e879d50b5e286f5324bff364b085eb244f2c426 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Fri, 6 Feb 2026 21:05:25 +0800 Subject: [PATCH] fix: Correct deployment command from `main.py` to `run.py` in READMEs. --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1e9f73f..d5ce2ede 100644 --- a/README.md +++ b/README.md @@ -147,5 +147,5 @@ HTTP_PROXY=http://127.0.0.1:7890 git add . && git commit -m "update" && git push # 2. VPS 拉取并重启 -ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python main.py" +ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python run.py" ``` diff --git a/README_EN.md b/README_EN.md index bc3a01fe..ad32acc1 100644 --- a/README_EN.md +++ b/README_EN.md @@ -146,5 +146,5 @@ HTTP_PROXY=http://127.0.0.1:7890 git add . && git commit -m "update" && git push # 2. VPS pull & restart -ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python main.py" +ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python run.py" ```