gawel / aiocron

Crontabs for asyncio
MIT License
338 stars 20 forks source link

fix contstructor with func not None and minor changes #1

Closed laco closed 8 years ago

laco commented 8 years ago

This commit will fix the 'bool' object is not callable when we are using the crontab() as a function not decorator.

laco commented 8 years ago

The failing check is not my fault: https://github.com/menegazzo/travispy/issues/20 :)