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: