We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf004d commit ee945faCopy full SHA for ee945fa
1 file changed
nxc/helpers/misc.py
@@ -83,5 +83,5 @@ def detect_if_ip(target):
83
try:
84
ip_address(target)
85
return True
86
- except Exception as e:
+ except Exception:
87
return False
0 commit comments