Fix
This commit is contained in:
parent
8485ae5f32
commit
1b0a016222
@ -26,7 +26,6 @@ local function get(url)
|
|||||||
local status, err = response.getResponseCode()
|
local status, err = response.getResponseCode()
|
||||||
if status ~= 200 then
|
if status ~= 200 then
|
||||||
return nil, (status .. " " .. err)
|
return nil, (status .. " " .. err)
|
||||||
return
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local result = response.readAll()
|
local result = response.readAll()
|
||||||
|
Loading…
Reference in New Issue
Block a user