修复查看消息后更新消息数量不会变化的bug

This commit is contained in:
ngfchl
2022-09-24 14:33:34 +08:00
parent 0d7fb70b01
commit b91b8ed76d

View File

@@ -1228,7 +1228,8 @@ class PtSpider:
template = '### <font color="red">{}{}条新短消息,请注意及时查收!</font>'
# 测试发送网站消息原内容
self.send_text(template.format(site.name, mail_count + notice_count) + mail_str + notice_str)
if mail_str or notice_str:
my_site.mail = 0
res_sp_hour = self.get_hour_sp(my_site=my_site)
if res_sp_hour.code != StatusCodeEnum.OK.code:
logging.error(my_site.site.name + res_sp_hour.msg)