Update linkedGet.lua

This commit is contained in:
erius0 2021-01-08 03:38:50 +03:00 committed by GitHub
parent 3a52ff3466
commit d4848524ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ while true do
local log = "["..os.dateRL("%x %X").."]".." "..message local log = "["..os.dateRL("%x %X").."]".." "..message
print(log) print(log)
local f = io.open("logs.txt", "w") local f = io.open("logs.txt", "w")
f:write("file contents") f:write(log)
f:close() f:close()
tunnel.send("succes!") tunnel.send("succes!")
end end