Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 09:31:55 +02:00
parent c44de33098
commit 3e9aa0d0f5

View File

@ -38,7 +38,6 @@ class FixServices(plugins.Plugin):
self.pattern2 = re.compile(r'wifi error while hopping to channel')
self.pattern3 = re.compile(r'Firmware has halted or crashed')
self.pattern4 = re.compile(r'error 400: could not find interface wlan0mon')
self.pattern5 = re.compile(r'waiting for bettercap API to be available')
self.isReloadingMon = False
self.connection = None
self.LASTTRY = 0