add comment to healthcheck.py about what it's for

This commit is contained in:
jesopo 2019-12-12 12:13:24 +00:00
parent 8bf6db7fe5
commit 338936dd54

View file

@ -2,6 +2,9 @@
from src import ModuleManager, utils
# this module was created for use with https://healthchecks.io/
# but it can be used for any similar URL-pinging service.
class Module(ModuleManager.BaseModule):
@utils.hook("cron")
@utils.kwarg("schedule", "*/10")