Update __init__.py

This commit is contained in:
Leon 2020-03-03 14:57:09 +01:00 committed by GitHub
parent ecc92cd109
commit 7526b41e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class ChromeDriverManager(object):
def __init__(self, executable_path=None, target_version=None, *args, **kwargs):
self.executable_path = executable_path or "chromedriver.exe"
self.executable_path = executable_path
self.platform = sys.platform
self.target_version = target_version or TARGET_VERSION