Merge pull request #179 from NBKelly/master
Remove doubled temperature line
This commit is contained in:
commit
346fbc0097
|
@ -370,8 +370,6 @@ local function worker(args)
|
||||||
local count = #self
|
local count = #self
|
||||||
for i = 0, count do self[i]=nil end
|
for i = 0, count do self[i]=nil end
|
||||||
|
|
||||||
|
|
||||||
table.insert(self, temp_below)
|
|
||||||
table.insert(self, wibox.widget{
|
table.insert(self, wibox.widget{
|
||||||
{
|
{
|
||||||
hourly_forecast_graph,
|
hourly_forecast_graph,
|
||||||
|
|
Loading…
Reference in New Issue