From 161825411e99c556fa67940d2bef74776d3fcdc9 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 13 Jun 2022 13:02:58 +0200 Subject: [PATCH] Update core.py --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 7916305..3a82f1c 100644 --- a/core.py +++ b/core.py @@ -21,7 +21,7 @@ def validate_input(ip, val_range): if ip in val_range: return ip except Exception: - pass + return None return None