From e74511e2aea479cd0848a6a463b8511d26b2b7d0 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 16 Sep 2023 22:03:04 +0200 Subject: [PATCH] v2.3.9 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/fix_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/fix_services.py b/pwnagotchi/plugins/default/fix_services.py index 1ceaba02..7bc3217b 100644 --- a/pwnagotchi/plugins/default/fix_services.py +++ b/pwnagotchi/plugins/default/fix_services.py @@ -189,7 +189,7 @@ class FixServices(plugins.Plugin): logging.error("[Fix_Services monstart]: %s" % repr(err)) # Look for pattern 5 - elif len(self.pattern4.findall(other_other_last_lines)) >= 3: + elif len(self.pattern4.findall(other_other_last_lines)) >= 1: logging.info("[Fix_Services] Threading issues, restarting") if hasattr(agent, 'view'): display = agent.view()