Use a more familiar lua snake_hour
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user