From da0db07ab373aebb8e2b4d322357d75b4832cc87 Mon Sep 17 00:00:00 2001 From: KWON Date: Tue, 1 Jul 2025 10:42:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=91=EC=97=85=20=EC=99=84=EB=A3=8C=20?= =?UTF-8?q?=ED=9B=84=20=EC=BD=98=EC=86=94=EC=97=90=20=EC=99=84=EB=A3=8C?= =?UTF-8?q?=EB=90=A8=20=EC=B6=9C=EB=A0=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autouploader/weather.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autouploader/weather.py b/autouploader/weather.py index fb0b731..91c9394 100644 --- a/autouploader/weather.py +++ b/autouploader/weather.py @@ -148,6 +148,7 @@ def get_precipitation_summary(): # SQLite DB에 강수량 데이터 저장 save_weather_to_sqlite(TODAY, time_precip_list, total_rainfall) + print(f"[HTML 생성 완료] {TODAY} 강수 요약 HTML 생성됨") return html_summary