Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -83,7 +83,7 @@ else: | ... | @@ -83,7 +83,7 @@ else: |
83 | # 특이사항(비/눈) | 83 | # 특이사항(비/눈) |
84 | notice = "" | 84 | notice = "" |
85 | if '비' in weather: | 85 | if '비' in weather: |
86 | - notice = "비가 올 가능성이 있습니다. 우산을 챙기세요." | 86 | + notice = "비가 올 가능성이 있습니다. 우산과 여벌 옷을 챙기세요." |
87 | elif '눈' in weather: | 87 | elif '눈' in weather: |
88 | notice = "눈이 올 가능성이 있습니다. 방한 용품을 챙기세요." | 88 | notice = "눈이 올 가능성이 있습니다. 방한 용품을 챙기세요." |
89 | else: | 89 | else: | ... | ... |
-
Please register or login to post a comment