If there are any major changes, I can now edit MOTD!

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-20 11:31:49 +02:00
parent 41d7bc1c06
commit dc97ef7ca7

View File

@ -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)