diff --git a/data/weather.py b/data/weather.py index 79a3ff1..edb2bdf 100644 --- a/data/weather.py +++ b/data/weather.py @@ -43,8 +43,8 @@ def get_precipitation_summary(retry=True): '
| 시간 | ', - '강수량 | ', + '시간 | ', + '강수량 | ', '
|---|---|---|---|
| {time_str} | {mm}mm | ||
| {time_str} | {mm}mm | ||
| 영업시간 중 총 예상 강수량: {total_rainfall:.1f}mm | |||
영업시간 중 총 예상 강수량: {total_rainfall:.1f}mm
') return ''.join(lines)