Skip to content

Commit

Permalink
Update network_scanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seagreensoul authored May 18, 2018
1 parent 3f5e6cf commit aaa1a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def scan_ips(interface='wlan0', ips='192.168.1.0/24'):
for sent, received in answer:
print(received.summary())

except KeyboardInterupt:
except KeyboardInterrupt:
print('[*] User requested Shutdown')
print('[*] Quitting...')
sys.exit(1)
sys.exit(1)

0 comments on commit aaa1a12

Please sign in to comment.