From 490788904afa671355501f1be3b659e2222b085c Mon Sep 17 00:00:00 2001 From: JoeamAmier Date: Sun, 27 Aug 2023 10:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Html.py b/source/Html.py index 7ffbce8..bf19e73 100644 --- a/source/Html.py +++ b/source/Html.py @@ -37,6 +37,6 @@ class Html: exceptions.ConnectionError, ReadTimeout, ): - print("获取网页源码失败!") + print("获取网页源码失败,请尝试设置 Cookie 后重试!") return "" return response.text