From a87e8bc3e8a70e8002558abd6d59070ec7e3851d Mon Sep 17 00:00:00 2001 From: snowykami Date: Tue, 17 Sep 2024 15:04:19 +0800 Subject: [PATCH] =?UTF-8?q?:package:=20docs:=20=E8=B5=84=E6=BA=90=E5=95=86?= =?UTF-8?q?=E5=BA=97=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liteyuki_flow/resource_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/liteyuki_flow/resource_handler.py b/liteyuki_flow/resource_handler.py index 2257ab81..3bfab3e0 100644 --- a/liteyuki_flow/resource_handler.py +++ b/liteyuki_flow/resource_handler.py @@ -44,6 +44,7 @@ def pre_check(github: Github, issue: Issue, repo: Repository) -> err: # 下载并解析资源包 r = requests.get(link, headers=headers) + print(r.text) if r.status_code != 200: issue.create_comment("下载失败." + edit_tip) return ValueError("下载失败.")