Fix tshark ssid discovery

This commit is contained in:
derv82
2017-05-14 10:54:24 -04:00
parent 62503b0d0c
commit c836cb9e6b
8 changed files with 24 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ class Scanner(object):
Color.p(
'\r{+} scanning, found' +
' {G}%d{W} target(s),' % target_count +
' {G}%d{W} clients.' % client_count +
' {G}%d{W} client(s).' % client_count +
' {O}Ctrl+C{W} when ready')
sleep(1)
except KeyboardInterrupt: