From 662f9c3b7027fe88445869eb7373dc0d70ebfe5e Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Mon, 17 Apr 2017 18:52:33 -0500 Subject: [PATCH] ;;) --- clients/urwid/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index c2a98ca..bf5e514 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -1652,7 +1652,8 @@ class ActionBox(urwid.ListBox): elif key == "~": # sssssshhhhhhhh app.loop.stop() - run("sl", shell=True) + try: run("sl", shell=True) + except: pass app.loop.start() elif app.mode == "thread" and not app.window_split and not overlay: