From 73d86b4a8f0862ad82ad5b2988b9bebf8118520c Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 27 Jun 2025 15:25:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=88=EB=82=B4=EB=AC=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/weather.py b/data/weather.py index 4882bbe..77772f1 100644 --- a/data/weather.py +++ b/data/weather.py @@ -40,7 +40,7 @@ def get_precipitation_summary(retry=True): lines = [ '
', - '

[시간대별 강수량]

', + '

[시간대별 예상 강수량]

', '', '', '', @@ -61,7 +61,7 @@ def get_precipitation_summary(retry=True): total_rainfall += mm lines.append(f'') - lines.append('
영업시간 중 총 예상 강수량: {total_rainfall:.1f}mm
') + lines.append('

08:00 파주 조리읍 기상청 단기예보 기준') return ''.join(lines)