From 936f460b6ee333c229c197498c2f5f8d0eabaab6 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 18 Jan 2023 18:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=93=B7=E5=99=A8?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt_site/UtilityTool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pt_site/UtilityTool.py b/pt_site/UtilityTool.py index 3ef91e1..4ef0ec3 100644 --- a/pt_site/UtilityTool.py +++ b/pt_site/UtilityTool.py @@ -2225,7 +2225,7 @@ class PtSpider: if notice_count > 0: print(f'{site.name} 站点公告') if site.url in [ - # 'https://hdchina.org/', + 'https://hdchina.org/', 'https://hudbt.hust.edu.cn/', # 'https://wintersakura.net/', ]: @@ -2266,7 +2266,7 @@ class PtSpider: if mail_count > 0: print(f'{site.name} 站点消息') if site.url in [ - # 'https://hdchina.org/', + 'https://hdchina.org/', 'https://hudbt.hust.edu.cn/', # 'https://wintersakura.net/', ]: