Update linkedGet.lua

This commit is contained in:
erius0 2021-01-08 03:36:26 +03:00 committed by GitHub
parent b864d95f41
commit 3a52ff3466
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("file.txt","w")
local f = io.open("logs.txt", "w")
f:write("file contents")
f:close()
tunnel.send("succes!")