Revert "Version 2.3.2"

This reverts commit afa01cb38b.
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 20:26:31 +02:00
parent 35fc3a8fad
commit ba0c3120da

View File

@ -161,7 +161,7 @@ class Fix_Services(plugins.Plugin):
logging.error("[Fix_Services wifi.recon flip] %s" % repr(err))
# Look for pattern 3
elif len(self.pattern3.findall(other_last_lines)) >= 1:
elif len(self.pattern3.findall(other_other_last_lines)) >= 1:
logging.info("[Fix_Services] Firmware has halted or crashed. Restarting wlan0mon.")
if hasattr(agent, 'view'):
display = agent.view()