Use a more familiar lua snake_hour

This commit is contained in:
Evgeny
2021-08-01 19:57:41 +03:00
parent 6e24536f99
commit f24288af99
26 changed files with 208 additions and 184 deletions

View File

@@ -1,4 +1,4 @@
function onTick()
local timeStr = os.date('%Y-%m-%d %H:%M:%S')
ui:showText(timeStr)
function on_tick()
local time_str = os.date('%Y-%m-%d %H:%M:%S')
ui:show_text(time_str)
end