diff --git a/Applications/Weather/Weather.lua b/Applications/Weather/Weather.lua index 0d145b9a..492de7bf 100644 --- a/Applications/Weather/Weather.lua +++ b/Applications/Weather/Weather.lua @@ -19,7 +19,7 @@ local weather = {} local changeCityButton = {} local exitButton = {} -local pathToWeatherFile = "MineOS/System/OS/Weather/Forecast.cfg" +local pathToWeatherFile = "MineOS/System/Weather/Forecast.cfg" local pathToWallpaper = "MineOS/System/OS/Wallpaper.lnk" local pathsToWeatherTypes = { @@ -266,7 +266,7 @@ local function tryToGetAndDrawWeather() --Сейвим погодку saveWeatherData() else - ecs.error(jsonWeatherResponse) + buffer.error(jsonWeatherResponse) end end