Угу, так попизже

This commit is contained in:
Igor Timofeev
2016-05-25 05:48:41 +03:00
parent e5ee5f7b48
commit c1436413fc

View File

@@ -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