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'