Update linkedGet.lua
This commit is contained in:
parent
3a52ff3466
commit
d4848524ff
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ while true do
|
|||
local log = "["..os.dateRL("%x %X").."]".." "..message
|
||||
print(log)
|
||||
local f = io.open("logs.txt", "w")
|
||||
f:write("file contents")
|
||||
f:write(log)
|
||||
f:close()
|
||||
tunnel.send("succes!")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue