diff --git a/main.lua b/main.lua index dbf70ef..96a1fcd 100644 --- a/main.lua +++ b/main.lua @@ -109,7 +109,7 @@ function normalOperation() displayTime() end setupCounter=setupCounter-1 - elseif ( (alive % 120) == 0) then + elseif ( (alive % 120) == 0) then -- sync the time every 5 minutes syncTimeFromInternet() alive = alive + 1