This commit is contained in:
iceman1001 2021-05-05 21:04:48 +02:00
commit e4f55556ba
26 changed files with 289 additions and 289 deletions

View file

@ -35,7 +35,7 @@ local function calypso_parse(result)
if len > 0 then
local d = string.sub(result.Data, 0, len);
return d, nil
end
end
end
return nil, "calypso_parse failed"
end