From 61d8e28aade8bf99eab9a70b568324afa8bc5772 Mon Sep 17 00:00:00 2001 From: FrixosTh <57304030+FrixosTh@users.noreply.github.com> Date: Wed, 6 Nov 2019 01:46:48 +0200 Subject: [PATCH] Bug Fix on AircrackOnly Plugin preventing it to load Unnecessary/Wrong call to the super init method prevents AircrackOnly to load during startup --- pwnagotchi/plugins/default/AircrackOnly.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pwnagotchi/plugins/default/AircrackOnly.py b/pwnagotchi/plugins/default/AircrackOnly.py index 94372e4..1470b1c 100644 --- a/pwnagotchi/plugins/default/AircrackOnly.py +++ b/pwnagotchi/plugins/default/AircrackOnly.py @@ -18,7 +18,6 @@ class AircrackOnly(plugins.Plugin): __description__ = 'confirm pcap contains handshake/PMKID or delete it' def __init__(self): - super().__init__(self) self.text_to_set = "" def on_loaded(self):