Fix for not working gmail widget

This commit is contained in:
starenka 2017-02-17 00:21:56 +01:00 committed by GitHub
parent 6ec9977851
commit e8bf98eb7f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ local function worker(format, warg)
-- Could be huge don't read it all at once, info we are after is at the top -- Could be huge don't read it all at once, info we are after is at the top
local xml = f:read(2000) local xml = f:read(2000)
if xml ~= nil then if xml == nil then
return mail return mail
end end