fix shitty reference to things that dont exist

This commit is contained in:
Blake DeMarcy 2017-04-15 21:26:24 -05:00
parent 7f83c427fe
commit 75056e4eff
1 changed files with 1 additions and 1 deletions

View File

@ -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):