mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 16:39:40 +00:00
Update core.py
This commit is contained in:
parent
2283ee3d91
commit
161825411e
1 changed files with 1 additions and 1 deletions
2
core.py
2
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue