mirror of
https://github.com/inAudible-NG/audible-activator.git
synced 2024-11-18 03:18:57 +01:00
chg: chromedriver path for Ubuntu 17.10 deb package
Signed-off-by: Me <corbolais@gmail.com>
This commit is contained in:
parent
ca0cfc223f
commit
74da2f0d97
@ -57,7 +57,7 @@ def fetch_activation_bytes(username, password, options):
|
||||
if sys.platform == 'win32':
|
||||
chromedriver_path = "chromedriver.exe"
|
||||
else:
|
||||
chromedriver_path = "./chromedriver"
|
||||
chromedriver_path = "/usr/lib/chromium-browser/chromedriver"
|
||||
|
||||
driver = webdriver.Chrome(chrome_options=opts,
|
||||
executable_path=chromedriver_path)
|
||||
|
Loading…
Reference in New Issue
Block a user