Skip to content

Commit 71a5a22

Browse files
committed
FIX: Update to import Service in undetected_chrome
1 parent 1ee5ec3 commit 71a5a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/web/browsers/undetected_chrome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from undetected_chromedriver import Chrome # noqa: F401, F403
88
from undetected_chromedriver.options import ChromeOptions
9-
from undetected_chromedriver import Service as ChromeService # noqa: F401, F403
9+
from selenium.webdriver.chrome.service import Service as ChromeService # noqa: F401, F403
1010
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
1111
from ..util import cleanup_temp_dir
1212

0 commit comments

Comments
 (0)