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