fix: missing %

This commit is contained in:
Aaron Lewandowski 2024-05-02 15:59:46 +02:00
parent 1376fe513c
commit f4cc490b98

View File

@ -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." % \