diff --git a/pwnagotchi/__init__.py b/pwnagotchi/__init__.py index d0b1ed41..cce048cd 100644 --- a/pwnagotchi/__init__.py +++ b/pwnagotchi/__init__.py @@ -140,7 +140,7 @@ def restart(mode): os.system("service pwnagotchi restart") -def reboot(mode=None): +def reboot(mode="Auto"): if mode is not None: mode = mode.upper() logging.warning("rebooting in %s mode ...", mode)