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