adding weather emoji for fog
This commit is contained in:
@@ -28,6 +28,7 @@ def get_weather_icon(description):
|
||||
"mist": "🌫️",
|
||||
"haze": "🌫️",
|
||||
"smoke": "🌫️",
|
||||
"fog": "🌫️",
|
||||
}
|
||||
return icons.get(description, "❓")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user