Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-17 22:08:27 +02:00
parent d6ec7b80b3
commit d23ca3ee91

View File

@ -385,6 +385,7 @@ class FixServices(plugins.Plugin):
except Exception as err: except Exception as err:
logging.error("[Fix_Services wifi.recon on] %s" % repr(err)) logging.error("[Fix_Services wifi.recon on] %s" % repr(err))
pwnagotchi.reboot()
# called to setup the ui elements # called to setup the ui elements
def on_ui_setup(self, ui): def on_ui_setup(self, ui):