From 61bb2ac0df76deb8205cf00d218af6cfc4caba9d Mon Sep 17 00:00:00 2001 From: g1879 Date: Mon, 1 Jun 2020 00:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DrissionPage/easy_set.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DrissionPage/easy_set.py b/DrissionPage/easy_set.py index ab38c67..14d1b21 100644 --- a/DrissionPage/easy_set.py +++ b/DrissionPage/easy_set.py @@ -71,8 +71,7 @@ def check_driver_version(driver_path: str = None, chrome_path: str = None) -> bo except Exception as e: info = f''' 出现异常: -{e} -chromedriver下载网址:https://chromedriver.chromium.org/downloads +{e}chromedriver下载网址:https://chromedriver.chromium.org/downloads ''' print(info) return False