From 7a34bd7060f69f95f4b4c9304d7dc3e467b8cfcb Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Fri, 26 Jul 2024 00:07:08 +0200 Subject: [PATCH] gna gna unicode blah blah blah Signed-off-by: Alarig Le Lay --- check_domain_expiration_rdap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_domain_expiration_rdap.py b/check_domain_expiration_rdap.py index 5e602fe..965e4b0 100755 --- a/check_domain_expiration_rdap.py +++ b/check_domain_expiration_rdap.py @@ -157,8 +157,8 @@ class Expiration(nagiosplugin.Resource): Get the expiration date from RDAP. The RDAP server is extracted from https://data.iana.org/rdap/dns.json which - cached to avoid useless fetching; but the JSON from the registry RDAP isn’t - cached because we can’t presume of the data lifetime. + cached to avoid useless fetching; but the JSON from the registry RDAP is + not cached because we can not presume of the data lifetime. """ def __init__(self, domain):