From f7e8cc46e79ea3b0f268dbad83bf42b58cf1c382 Mon Sep 17 00:00:00 2001 From: lunctis-viribus Date: Tue, 28 Feb 2023 18:32:14 +0100 Subject: [PATCH] weatherclock v0.06 --- apps/weather/lib.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/weather/lib.js b/apps/weather/lib.js index 9bc8e0291..14ca77ec6 100644 --- a/apps/weather/lib.js +++ b/apps/weather/lib.js @@ -158,10 +158,10 @@ exports.getColor = function(code) { */ exports.drawIcon = function(cond, x, y, r, ovr) { var palette; - var monochrome = 1; + var monochrome=1; if(!ovr) { ovr = g; - monochrome = 0; + monochrome=0; } palette = getPalette(monochrome, ovr);