From 957cffe48d4fa9927ee713c1c2394e9fe31d7e7a Mon Sep 17 00:00:00 2001 From: projectdx Date: Mon, 30 Jan 2023 23:23:37 +0900 Subject: [PATCH] =?UTF-8?q?2022.01.30=20=EB=B2=84=EA=B7=B8=20=ED=94=BD?= =?UTF-8?q?=EC=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic_anilife.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logic_anilife.py b/logic_anilife.py index 2eb0932..c47bd97 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -671,7 +671,7 @@ class LogicAniLife(LogicModuleBase): ChromeDriverManager().install(), chrome_options=options ) - driver.implicitly_wait(5) + driver.implicitly_wait(10) stealth( driver, @@ -697,7 +697,7 @@ class LogicAniLife(LogicModuleBase): LogicAniLife.cookies = cookies_list # LogicAniLife.headers["Cookie"] = driver.get_cookies() LogicAniLife.episode_url = driver.current_url - time.sleep(1) + # time.sleep(1) elem = driver.find_element(By.XPATH, "//*") source_code = elem.get_attribute("outerHTML")