diff --git a/check_http_json.py b/check_http_json.py index bd064b3..723c36f 100755 --- a/check_http_json.py +++ b/check_http_json.py @@ -114,7 +114,7 @@ class JsonRuleProcessor: separator = '.' if self.rules.separator: separator = self.rules.separator self.helper = JsonHelper(self.data, separator) - + debugPrint(rules_args.debug, "rules:%s" % rules_args) debugPrint(rules_args.debug, "separator:%s" % separator) def isAlive(self):