From d4848524ffc835468be353c64f6b5f7e286d5ac0 Mon Sep 17 00:00:00 2001 From: erius0 <63460770+erius0@users.noreply.github.com> Date: Fri, 8 Jan 2021 03:38:50 +0300 Subject: [PATCH] Update linkedGet.lua --- linkedGet.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkedGet.lua b/linkedGet.lua index 01e04bf..3ff95a2 100644 --- a/linkedGet.lua +++ b/linkedGet.lua @@ -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