contabs.append(CrontabObject(func, "3,15 * * * *")) if value != "*" and value > _value_range: TypeError: '>' not supported between instances of 'int' and 'NoneType' 
contabs.append(CrontabObject(func, "3,15 * * * *"))
if value != "*" and value > _value_range:
TypeError: '>' not supported between instances of 'int' and 'NoneType'