diff --git a/Export.lua b/Export.lua index c480a90..ac06c43 100644 --- a/Export.lua +++ b/Export.lua @@ -28,7 +28,7 @@ end function LuaExportStop() -- Terminate TCP connection if MySocket then - socket.try(MySocket:send("exit\n")) + --socket.try(MySocket:send("exit\n")) MySocket:close() end end