diff --git a/autouploader/weather_capture.py b/autouploader/weather_capture.py index fe3e404..bf7e602 100644 --- a/autouploader/weather_capture.py +++ b/autouploader/weather_capture.py @@ -61,7 +61,7 @@ try: # 캡처 대상 요소 대기 후 찾기 target_element = wait.until(EC.presence_of_element_located( - (By.XPATH, '/html/body/div[2]/section/div/div[2]') + (By.XPATH, '/html/body/div[1]/main/div[2]/div[1]') )) # 저장 경로 설정 diff --git a/data/weather_capture_20250630.png b/data/weather_capture_20250630.png deleted file mode 100644 index d342362..0000000 Binary files a/data/weather_capture_20250630.png and /dev/null differ