From 811f11d4cae7f984236f6b8156f079c50f841ea9 Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 27 Jun 2025 14:43:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=A1=EC=B2=98=20=EB=8C=80=EA=B8=B0?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=EC=A1=B0=EC=A0=95?= 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 2133d28..bd5b409 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, 15) + wait = WebDriverWait(driver, 20) # 첫 번째 탭 클릭 (안전하게 클릭 대기) tab_button = wait.until(EC.element_to_be_clickable(