작업 완료 후 콘솔에 완료됨 출력 추가
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user