Update linkedGet.lua

This commit is contained in:
erius0 2021-01-08 03:40:24 +03:00 committed by GitHub
parent d4848524ff
commit 1e0eb7f531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ while true do
local _, _, _, _, _, message = event.pull("modem_message")
local log = "["..os.dateRL("%x %X").."]".." "..message
print(log)
local f = io.open("logs.txt", "w")
local f = io.open("logs.txt", "a")
f:write(log)
f:close()
tunnel.send("succes!")