Skip to content

Commit

Permalink
add CLR code check for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
evogelsa committed May 12, 2021
1 parent d67b1b0 commit de01091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miz/miz.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func checkClouds(data weather.WeatherData) (string, int) {
func selectPreset(kind string, base int) (string, int) {
var validPresets []weather.CloudPreset

if kind == "CAVOK" {
if kind == "CAVOK" || kind == "CLR" {
return "", 0
}

Expand Down

0 comments on commit de01091

Please sign in to comment.