summaryrefslogtreecommitdiff
path: root/portato/plugins/shutdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/plugins/shutdown.py')
-rw-r--r--portato/plugins/shutdown.py2
1 files changed, 1 insertions, 1 deletions
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")
d=5138b1e23d34e0a72e0c2f4ae52256e14d825320&follow=1'>Added etc-proposals pluginnecoro7-28/+121 2007-03-10Added USE_EXPAND-supportnecoro5-11/+63 2007-03-10Added plugin-data to about-dialognecoro3-197/+264