Skip to content

Commit

Permalink
update dependencies, bump version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachch committed Jul 30, 2023
1 parent 120e680 commit 507af16
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 383 deletions.
2 changes: 1 addition & 1 deletion md_translate/translators/_selenium_base.py
Expand Up @@ -52,7 +52,7 @@ def __init__(self, settings: 'Settings') -> None:
def __enter__(self) -> 'BaseTranslator':
options = self.randomizer.make_options()
self._driver = webdriver.Chrome( # type: ignore
service=ChromeService(ChromeDriverManager(version='latest').install()), options=options
service=ChromeService(ChromeDriverManager().install()), options=options
)
return self

Expand Down

0 comments on commit 507af16

Please sign in to comment.