Remove duplicate "Sää" strings
This commit is contained in:
parent
5495549464
commit
e5f83ec639
@ -177,7 +177,7 @@ class Weather extends BasePlugin {
|
||||
|
||||
var windspeed = result.wind.speed
|
||||
|
||||
let str = 'Sää: ' + city + ', ' + country + ' (' + temp + ' °C, ' + that.iconCodeToText[code] + ', ilmankosteus: ' + humidity + ' %, ilmanpaine: ' + pressure + ' hPa, tuulen nopeus: ' + windspeed + ' m/s)'
|
||||
let str = city + ', ' + country + ' (' + temp + ' °C, ' + that.iconCodeToText[code] + ', ilmankosteus: ' + humidity + ' %, ilmanpaine: ' + pressure + ' hPa, tuulen nopeus: ' + windspeed + ' m/s)'
|
||||
resolve('Sää: ' + str)
|
||||
}
|
||||
}, function (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user