Skip to content

Commit ee945fa

Browse files
committed
fix review
1 parent 2cf004d commit ee945fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/helpers/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ def detect_if_ip(target):
8383
try:
8484
ip_address(target)
8585
return True
86-
except Exception as e:
86+
except Exception:
8787
return False

0 commit comments

Comments
 (0)