From 3637bd7900f3b480b5935279c598c39bee70a03e Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 9 Jul 2007 07:48:08 +0000 Subject: bug in shutdown plugin --- portato/plugins/shutdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/plugins/shutdown.py') diff --git a/portato/plugins/shutdown.py b/portato/plugins/shutdown.py index a29ee6f..120bac8 100644 --- a/portato/plugins/shutdown.py +++ b/portato/plugins/shutdown.py @@ -12,6 +12,6 @@ import os -def shutdown (*args): +def shutdown (*args, **kwargs): """Shutdown the computer. May not work if not root.""" os.system("shutdown -h now") -- cgit v1.2.3-54-g00ecf