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
|
||||
end
|
||||
local f = io.open("time.txt", "w")
|
||||
f:write(resul)
|
||||
f:write(result)
|
||||
f:close()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue