needless bindings fussing

This commit is contained in:
topkecleon 2016-04-15 01:44:24 -04:00
parent 38b4b68ba2
commit 2779329b1a

View File

@ -16,6 +16,8 @@ sendRequest = function(url)
local dat, res = HTTPS.request(url)
if not dat then return false, res end
local tab = JSON.decode(dat)
if not tab.ok then