From 9dfa085a58e6bd3da6ad24602ce3646a40f1c63b Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Wed, 26 Mar 2025 19:58:43 +0100 Subject: [PATCH] upper to lowercase --- constants.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/constants.py b/constants.py index b0ddc14..c7c46e5 100644 --- a/constants.py +++ b/constants.py @@ -21,9 +21,10 @@ LOGCONF = { } EMAIL = "email address" -URL = "URL" +URL = "url" DOMAIN = "domain" -IPV4 = "IPv4" -IPV6 = "IPv6" +IPV4 = "ipv4" +IPV6 = "ipv6" +NO_HOST = "no host" domain_lookup = {}