From eabe6980745d34255923fbf0a04484e4eb87906f Mon Sep 17 00:00:00 2001 From: kimocoder Date: Tue, 27 Feb 2018 10:31:16 +0100 Subject: [PATCH] removed a newline --- py/AttackWPA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/AttackWPA.py b/py/AttackWPA.py index be6cddd..708c675 100644 --- a/py/AttackWPA.py +++ b/py/AttackWPA.py @@ -52,7 +52,7 @@ class AttackWPA(Attack): if handshake: Color.pl('\n\n{+} {G}using existing handshake found at %s{W}' % handshake.capfile) - Color.pl('\n\n{+} {G}successfully loaded handshake{W}') + Color.pl('\n{+} {G}successfully loaded handshake{W}') else: timeout_timer = Timer(Configuration.wpa_attack_timeout) deauth_timer = Timer(Configuration.wpa_deauth_timeout)