From c2527df85a011041e3c78abcc4e6789c0a204542 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Feb 2003 23:02:51 +0000 Subject: [PATCH] make the param optional --- scripts/callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/callbacks.py b/scripts/callbacks.py index e0ffd5e8..0852a3ac 100644 --- a/scripts/callbacks.py +++ b/scripts/callbacks.py @@ -117,7 +117,7 @@ def restart(data, other = ""): """Restarts Openbox, optionally starting another window manager.""" ob.openbox.restart(other) -def exit(data): +def exit(data=0): """Exits Openbox.""" ob.openbox.shutdown() -- 2.39.2