Update core.py

This commit is contained in:
Christian Clauss 2022-06-13 13:02:58 +02:00 committed by GitHub
parent 2283ee3d91
commit 161825411e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ def validate_input(ip, val_range):
if ip in val_range:
return ip
except Exception:
pass
return None
return None