Bring back --showb due to popular demand

Closes #69 (heh)
This commit is contained in:
derv82
2018-03-03 02:27:18 -05:00
parent 222b89dee6
commit 22e655215c
5 changed files with 35 additions and 16 deletions

View File

@@ -299,9 +299,8 @@ if __name__ == '__main__':
from Color import Color
targets = airodump.get_targets()
Target.print_header()
for idx, target in enumerate(targets, start=1):
Color.pl(' {G}%s %s' % (str(idx).rjust(3), target))
Color.pl(' {G}%s %s' % (str(idx).rjust(3), target.to_str()))
Configuration.delete_temp()