diff options
| author | streetturtle <streetturtle@gmail.com> | 2020-11-25 09:41:01 -0500 | 
|---|---|---|
| committer | streetturtle <streetturtle@gmail.com> | 2020-11-25 09:41:01 -0500 | 
| commit | a8876145f08a2d33f78b4b65612e9294dffbf992 (patch) | |
| tree | a0da0c84ebb13ed27353864281b8e6bcde3d82a3 | |
| parent | eda0388f06fb7cad13603bc4c4f5c44b7d1fc62c (diff) | |
[text-clock] remove leftovers
| -rw-r--r-- | text-clock-widget/text-clock.lua | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/text-clock-widget/text-clock.lua b/text-clock-widget/text-clock.lua index 4eef69a..fc4a5b5 100644 --- a/text-clock-widget/text-clock.lua +++ b/text-clock-widget/text-clock.lua @@ -94,8 +94,6 @@ local function worker(args)          callback  = function()              local time = os.date((military_time and '%H' or '%I') ..  ':%M')              local h,m = time:match('(%d+):(%d+)') -            h = 3 -            m = 30              local min = tonumber(m)              local hour = tonumber(h)  | 
