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