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