Update getTime.lua
This commit is contained in:
parent
716dc8bce7
commit
d6cfee4236
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ while true do
|
||||||
result = result..chunk
|
result = result..chunk
|
||||||
end
|
end
|
||||||
local f = io.open("time.txt", "w")
|
local f = io.open("time.txt", "w")
|
||||||
f:write(resul)
|
f:write(result)
|
||||||
f:close()
|
f:close()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue