Update getTime.lua
This commit is contained in:
parent
d6cfee4236
commit
b5e11d3c92
1 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,8 @@ while true do
|
|||
end
|
||||
local f = io.open("time.txt", "w")
|
||||
f:write(result)
|
||||
f:seek(31)
|
||||
local time = f:read(16)
|
||||
f:close()
|
||||
print(time)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue