Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신승미
/
weatherClothing
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Seungmi
2020-12-12 00:18:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
389418b96ca130d1ac54c6124c262ad99a1f7769
389418b9
1 parent
e462d99d
일부수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
weather_chat.py
weather_chat.py
View file @
389418b
...
...
@@ -83,7 +83,7 @@ else:
# 특이사항(비/눈)
notice
=
""
if
'비'
in
weather
:
notice
=
"비가 올 가능성이 있습니다. 우산을 챙기세요."
notice
=
"비가 올 가능성이 있습니다. 우산
과 여벌 옷
을 챙기세요."
elif
'눈'
in
weather
:
notice
=
"눈이 올 가능성이 있습니다. 방한 용품을 챙기세요."
else
:
...
...
Please
register
or
login
to post a comment