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