Checks if Twitter keys are empty
This commit is contained in:
@ -180,4 +180,9 @@ function serialize_to_file(data, file)
|
||||
})
|
||||
file:write(serialized)
|
||||
file:close()
|
||||
end
|
||||
|
||||
-- Retruns true if the string is empty
|
||||
function string:isempty()
|
||||
return self == nil or self == ''
|
||||
end
|
Reference in New Issue
Block a user