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