pretty sure we can take these out of Weather.lua
This commit is contained in:
parent
24cca22845
commit
e2f6a5bc9d
|
@ -1,4 +1,3 @@
|
||||||
local _CR = require 'CR'
|
|
||||||
local Widget = require 'Widget'
|
local Widget = require 'Widget'
|
||||||
local Text = require 'Text'
|
local Text = require 'Text'
|
||||||
local Line = require 'Line'
|
local Line = require 'Line'
|
||||||
|
@ -430,10 +429,6 @@ local draw_sections = function(section_group, cr)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
update_interface(_CR)
|
|
||||||
|
|
||||||
_CR = nil
|
|
||||||
|
|
||||||
__os_execute('get_weather.sh')
|
__os_execute('get_weather.sh')
|
||||||
|
|
||||||
local update_cycle = WEATHER_UPDATE_INTERVAL
|
local update_cycle = WEATHER_UPDATE_INTERVAL
|
||||||
|
|
Loading…
Reference in New Issue