Fixed reference to luci.ltn12
This commit is contained in:
parent
81a605e0fc
commit
74408bbb74
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ limitations under the License.
|
|||
]]--
|
||||
|
||||
local io = require "io"
|
||||
local os = require "os"
|
||||
local ltn12 = require "ltn12"
|
||||
local os = require "os"
|
||||
local ltn12 = require "luci.ltn12"
|
||||
local posix = require "posix"
|
||||
|
||||
local type = type
|
||||
|
|
Loading…
Reference in a new issue