From bfd7d06e5b58a9c22d48e9bdfee3d3ecb82a3fdf Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 19 Dec 2025 10:29:11 +0900 Subject: [PATCH] =?UTF-8?q?URL=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/weather_capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/weather_capture.py b/app/weather_capture.py index 69dd6a6..422752b 100644 --- a/app/weather_capture.py +++ b/app/weather_capture.py @@ -15,7 +15,7 @@ logging.basicConfig( ) logger = logging.getLogger(__name__) -WEATHER_URL = 'https://www.weather.go.kr/w/weather/forecast/short-term.do#dong/4148026200/37.73208578534846/126.79463099866948' +WEATHER_URL = 'https://www.weather.go.kr/w/weather/forecast/short-term.do#dong/4148026200/37.73208578534846/126.79463099866948/%EA%B2%BD%EA%B8%B0%20%ED%8C%8C%EC%A3%BC%EC%8B%9C%20%EC%83%81%EC%A7%80%EC%84%9D%EB%8F%99/SCH/%ED%8D%BC%EC%8A%A4%ED%8A%B8%EA%B0%80%EB%93%A0' OUTPUT_DIR = '/data' OUTPUT_FILENAME = f'weather_capture_{TODAY}.png' DB_PATH = '/data/weather.sqlite'