This commit is contained in:
Kai Vogelgesang 2020-07-07 04:30:41 +02:00
parent 8485ae5f32
commit 1b0a016222

View File

@ -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()