From ae4ace80c4494348df56e443ec96f0a690552e60 Mon Sep 17 00:00:00 2001 From: ZhaoSi <33653055+leifengwl@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:12:43 +0800 Subject: [PATCH] Update JDRouterPush.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除github镜像,大陆访问的请自行修改一下 --- JDRouterPush.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JDRouterPush.py b/JDRouterPush.py index 946de04d..ac9257df 100644 --- a/JDRouterPush.py +++ b/JDRouterPush.py @@ -192,7 +192,7 @@ def resolveDeviceIP(DEVICE_IP): # 检测更新 def checkForUpdates(): - remote_address = "https://endpoint.fastgit.org/https://raw.githubusercontent.com/leifengwl/JDRouterPush/main/config.ini" + remote_address = "https://raw.githubusercontent.com/leifengwl/JDRouterPush/main/config.ini" headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36" }