Update getTime.lua

This commit is contained in:
erius0 2021-01-08 16:39:36 +03:00 committed by GitHub
parent b5e11d3c92
commit 119b452604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ while true do
end
local f = io.open("time.txt", "w")
f:write(result)
f:seek(31)
f:seek("set", 31)
local time = f:read(16)
f:close()
print(time)