Fixing WPA deauth

And the same-line-overwrite visual issue. ugh.
This commit is contained in:
derv82
2015-06-01 03:21:43 -07:00
parent 10c81feb9c
commit c298be6bd2
2 changed files with 19 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ class Color(object):
spaces = ' ' * Color.last_sameline_length
sys.stdout.write('\r%s\r' % spaces)
sys.stdout.flush()
Color.last_sameline_length = 0
if __name__ == '__main__':
Color.pl("{R}Testing{G}One{C}Two{P}Three{W}Done")