From e2f6a5bc9d81d5800b548fc404cc17710ba1ba47 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Tue, 18 Jul 2017 00:11:45 -0400 Subject: [PATCH] pretty sure we can take these out of Weather.lua --- module/Weather.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module/Weather.lua b/module/Weather.lua index 0af7132..0a543d3 100644 --- a/module/Weather.lua +++ b/module/Weather.lua @@ -1,4 +1,3 @@ -local _CR = require 'CR' local Widget = require 'Widget' local Text = require 'Text' local Line = require 'Line' @@ -430,10 +429,6 @@ local draw_sections = function(section_group, cr) end end -update_interface(_CR) - -_CR = nil - __os_execute('get_weather.sh') local update_cycle = WEATHER_UPDATE_INTERVAL