Update getTime.lua

This commit is contained in:
erius0 2021-01-08 16:49:42 +03:00 committed by GitHub
parent bba87decb1
commit de0573a59c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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