更新代码

This commit is contained in:
JoeamAmier
2023-08-27 10:30:24 +08:00
parent 4999b47fee
commit 490788904a

View File

@@ -37,6 +37,6 @@ class Html:
exceptions.ConnectionError,
ReadTimeout,
):
print("获取网页源码失败!")
print("获取网页源码失败,请尝试设置 Cookie 后重试")
return ""
return response.text