From 75056e4eff97109871d531eee9546e24ca0e4b0c Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Sat, 15 Apr 2017 21:26:24 -0500 Subject: [PATCH] fix shitty reference to things that dont exist --- clients/urwid/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index 447acc3..bd5bd9c 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -622,7 +622,7 @@ class App(object): self.set_bars() try: self.box.set_focus(self.last_pos) except IndexError: - self.box.change_focus(size, 0) + pass def thread_load(self, button, thread_id):