From 3442814af9d4ffbc5cf0b0a19b33a4003a08cb20 Mon Sep 17 00:00:00 2001 From: ZianTT <53261506+ZianTT@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:39:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2NTP=E4=B8=BA=E8=85=BE?= =?UTF-8?q?=E8=AE=AF=E4=BA=91NTP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals.py b/globals.py index b63a279..4de24b3 100644 --- a/globals.py +++ b/globals.py @@ -248,7 +248,7 @@ def load_config(): c = ntplib.NTPClient() skip = False try: - response = c.request('ntp.sjtu.edu.cn') + response = c.request('ntp.tencent.com') except Exception: logger.error("时间同步出现错误,将跳过时间检查") skip = True