mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
Угу, так попизже
This commit is contained in:
parent
e5ee5f7b48
commit
c1436413fc
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user