From 5a5200bf8fdc933a43661adde6461644a65fe531 Mon Sep 17 00:00:00 2001 From: nxshock Date: Fri, 16 Apr 2021 18:18:59 +0500 Subject: [PATCH] Add missed weather option --- yandex/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yandex/api.go b/yandex/api.go index c206563..2bfbb01 100644 --- a/yandex/api.go +++ b/yandex/api.go @@ -28,7 +28,7 @@ func (w *WeatherData) Description() string { } func (w *WeatherData) IconName() string { switch w.description { - case "Ясно": + case "Ясно", "Малооблачно": return "01d.ico" case "Облачно с прояснениями": return "02d.ico"