From 9f792c02b0a90a2db0d5d80901930c78880d5a10 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Fri, 2 Sep 2022 18:02:06 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=85=B3=E6=8E=89=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E5=BC=82=E5=B8=B8=E6=8A=A5=E5=91=8A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt_site/UtilityTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt_site/UtilityTool.py b/pt_site/UtilityTool.py index 9f24c59..52130cd 100644 --- a/pt_site/UtilityTool.py +++ b/pt_site/UtilityTool.py @@ -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