jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 87 forks source link

Fix signature of execute_every() in set_keepalive #116

Closed bd808 closed 7 years ago

bd808 commented 7 years ago

The signature of IScheduler.execute_every() uses the name func rather than function.