This commit is contained in:
g1879 2020-06-01 00:58:24 +08:00
parent 5716638fa1
commit 61bb2ac0df

View File

@ -71,8 +71,7 @@ def check_driver_version(driver_path: str = None, chrome_path: str = None) -> bo
except Exception as e: except Exception as e:
info = f''' info = f'''
出现异常 出现异常
{e} {e}chromedriver下载网址https://chromedriver.chromium.org/downloads
chromedriver下载网址https://chromedriver.chromium.org/downloads
''' '''
print(info) print(info)
return False return False