diff --git a/pwnagotchi/__init__.py b/pwnagotchi/__init__.py index 5474c07..c0cac85 100644 --- a/pwnagotchi/__init__.py +++ b/pwnagotchi/__init__.py @@ -103,7 +103,7 @@ def shutdown(): if view.ROOT: view.ROOT.on_shutdown() # give it some time to refresh the ui - time.sleep(5) + time.sleep(10) os.system("sync") os.system("halt")