fragattack: minor output improvement

This commit is contained in:
Mathy Vanhoef 2020-08-03 05:57:03 +04:00
parent 4bc992c609
commit f45f6c5eb2

View File

@ -335,7 +335,7 @@ class Station():
def handle_eth(self, p):
if self.test != None and self.test.check != None and self.test.check(p):
log(STATUS, ">>> TEST COMPLETED SUCCESSFULLY!!!!", color="green")
log(STATUS, ">>> TEST COMPLETED SUCCESSFULLY", color="green")
log(STATUS, "Received packet: " + repr(p))
self.test = None