From c0668ec68b2c746ec1bb2accf7a0a22438f1a976 Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 27 Jun 2025 15:07:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EA=B8=B0=EC=8B=9C=EA=B0=84=20?= =?UTF-8?q?=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/weather_capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/weather_capture.py b/data/weather_capture.py index c474e37..74d346e 100644 --- a/data/weather_capture.py +++ b/data/weather_capture.py @@ -30,7 +30,7 @@ try: driver.get('https://www.weather.go.kr/w/weather/forecast/short-term.do#dong/4148026200/37.73208578534846/126.79463099866948') - wait = WebDriverWait(driver, 25) + wait = WebDriverWait(driver, 10) # 첫 번째 탭 클릭 (안전하게 클릭 대기) tab_button = wait.until(EC.element_to_be_clickable(