diff --git a/tests/test_Handshake.py b/tests/test_Handshake.py index 3ed0566..61b9e29 100644 --- a/tests/test_Handshake.py +++ b/tests/test_Handshake.py @@ -23,7 +23,7 @@ class TestHandshake(unittest.TestCase): hs = Handshake(hs_file, bssid='A4:2B:8C:16:6B:3A') try: hs.analyze() - except Exception, e: + except Exception: fail() def testHandshakeTshark(self):