Update getTime.lua

This commit is contained in:
erius0 2021-01-08 16:33:43 +03:00 committed by GitHub
parent 716dc8bce7
commit d6cfee4236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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