From 9590792530d985a4319510ae608d47ff2ec815be Mon Sep 17 00:00:00 2001 From: mh4x0f Date: Tue, 16 Jun 2020 16:03:03 -0300 Subject: [PATCH] removed method no used on PumpkinShell --- wifipumpkin3/core/common/console.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wifipumpkin3/core/common/console.py b/wifipumpkin3/core/common/console.py index 9d6f6fc..e59fc16 100644 --- a/wifipumpkin3/core/common/console.py +++ b/wifipumpkin3/core/common/console.py @@ -243,9 +243,6 @@ class PumpkinShell(Qt.QObject, ConsoleUI): exec_bash(line) self.threads["RogueAP"] = [] - def countThreads(self): - return len(self.threadsAP["RougeAP"]) - def do_ignore(self, args): """core: the message logger will be ignored """ logger = self.logger_manager.get(args)