anilife update 2022.11.09(01.)
This commit is contained in:
@@ -609,12 +609,15 @@ class LogicAniLife(LogicModuleBase):
|
||||
ChromeDriverManager().install(), chrome_options=options
|
||||
)
|
||||
else:
|
||||
driver_bin_path = os.path.join(
|
||||
os.path.dirname(__file__), "bin", f"{LogicAniLife.os_platform}"
|
||||
)
|
||||
driver_path = f"{driver_bin_path}/chromedriver"
|
||||
# driver_bin_path = os.path.join(
|
||||
# os.path.dirname(__file__), "bin", f"{LogicAniLife.os_platform}"
|
||||
# )
|
||||
# driver_path = f"{driver_bin_path}/chromedriver"
|
||||
# driver = webdriver.Chrome(
|
||||
# executable_path=driver_path, chrome_options=options
|
||||
# )
|
||||
driver = webdriver.Chrome(
|
||||
executable_path=driver_path, chrome_options=options
|
||||
ChromeDriverManager().install(), chrome_options=options
|
||||
)
|
||||
|
||||
stealth(
|
||||
|
||||
Reference in New Issue
Block a user