diff --git a/check_http_json.py b/check_http_json.py index 1aaf3f3..49f0e4f 100755 --- a/check_http_json.py +++ b/check_http_json.py @@ -357,7 +357,7 @@ class JsonRuleProcessor: elif unit == 'd': tiemduration = timedelta(days=duration) else: - return " Value (%s) is not a vaild timeduration." (r) + return " Value (%s) is not a vaild timeduration." % (r) if not self.helper.exists(key): return " Key (%s) for key %s not Exists." % \