Compare commits
2 Commits
363a8d0440
...
ad07d9272e
| Author | SHA1 | Date | |
|---|---|---|---|
| ad07d9272e | |||
| 0472c796b2 |
@@ -28,6 +28,7 @@ def get_weather_icon(description):
|
||||
"mist": "🌫️",
|
||||
"haze": "🌫️",
|
||||
"smoke": "🌫️",
|
||||
"fog": "🌫️",
|
||||
}
|
||||
return icons.get(description, "❓")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user