mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -189,7 +189,7 @@ class FixServices(plugins.Plugin):
|
|||||||
logging.error("[Fix_Services monstart]: %s" % repr(err))
|
logging.error("[Fix_Services monstart]: %s" % repr(err))
|
||||||
|
|
||||||
# Look for pattern 5
|
# Look for pattern 5
|
||||||
elif len(self.pattern4.findall(other_other_last_lines)) >= 1:
|
elif len(self.pattern5.findall(other_other_last_lines)) >= 1:
|
||||||
logging.info("[Fix_Services] Threading issues, restarting")
|
logging.info("[Fix_Services] Threading issues, restarting")
|
||||||
if hasattr(agent, 'view'):
|
if hasattr(agent, 'view'):
|
||||||
display = agent.view()
|
display = agent.view()
|
||||||
|
Reference in New Issue
Block a user