diff options
| -rw-r--r-- | scripts/callbacks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
