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