1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

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

View File

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