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