Commit 83b1b2b3 authored by Łukasz Nowak's avatar Łukasz Nowak

fixup! promise/plugin: Add check_http_access

parent cc9a715f
......@@ -11,7 +11,7 @@ class RunPromise(GenericPromise):
def __init__(self, config):
GenericPromise.__init__(self, config)
self.setPeriodicity(minute=20)
self.setPeriodicity(float(self.getConfig('frequency', 20)))
def sense(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment