We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677fa82 commit f05b0e1Copy full SHA for f05b0e1
botcity/web/browsers/undetected_chrome.py
@@ -9,9 +9,8 @@
9
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
10
from ..util import cleanup_temp_dir
11
12
-
13
try:
14
- from undetected_chromedriver import Service as ChromeService # noqa: F401, F403
+ from undetected_chromedriver import Service as ChromeService # noqa: F401, F403
15
except ImportError:
16
from undetected_chromedriver import Chrome as ChromeService # noqa: F401, F403
17
0 commit comments