mirror of
https://github.com/inAudible-NG/audible-activator.git
synced 2025-07-11 05:27:32 +02:00
changed chromedriver_path to only the executable name
This commit is contained in:
@ -51,7 +51,7 @@ def fetch_activation_bytes(username, password, options):
|
||||
if sys.platform == 'win32':
|
||||
chromedriver_path = "chromedriver.exe"
|
||||
else:
|
||||
chromedriver_path = "./chromedriver"
|
||||
chromedriver_path = "chromedriver"
|
||||
|
||||
driver = webdriver.Chrome(chrome_options=opts,
|
||||
executable_path=chromedriver_path)
|
||||
|
Reference in New Issue
Block a user