From f4cc490b98f2ef8b50b5c00cc06ac830d19f77f4 Mon Sep 17 00:00:00 2001 From: Aaron Lewandowski Date: Thu, 2 May 2024 15:59:46 +0200 Subject: [PATCH] fix: missing % --- check_http_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." % \