mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
修复:瓷器无法访问消息列表的bug
This commit is contained in:
@@ -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/',
|
||||
]:
|
||||
|
||||
Reference in New Issue
Block a user