1. 关掉推送端的异常报告显示

This commit is contained in:
ngfchl
2022-09-02 18:02:06 +08:00
parent 27ce6d8cdd
commit 9f792c02b0

View File

@@ -804,7 +804,7 @@ class PtSpider:
message = my_site.site.name + '访问个人主页信息:失败!原因:' + str(e)
logging.error(message)
self.send_text(message)
raise
# raise
return CommonResponse.error(msg=message)
@staticmethod