Skip to content

Commit 730f7e1

Browse files
authored
Update port_scanner.py
1 parent 96a7209 commit 730f7e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

port_scanner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ def main():
148148
if __name__ == "__main__":
149149
try:
150150
main()
151-
except KeyboardInterrupt:
152-
sys.exit(130)
153151
except Exception as e:
154152
error_console.log(f"Error: {e}")
155153
sys.exit(1)

0 commit comments

Comments
 (0)