修复:瓷器无法访问消息列表的bug

This commit is contained in:
ngfchl
2023-01-18 18:55:38 +08:00
parent 073fe10783
commit 936f460b6e

View File

@@ -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/',
]: