Redraw screen after loading typeahead

This commit is contained in:
2015-07-26 21:40:03 -07:00
parent 7ed9f2f4b2
commit eb11f2933b

View File

@@ -176,6 +176,8 @@ class CmdAsana:
'count': 5 'count': 5
}) })
callback(users) callback(users)
self.loop.draw_screen()
thread = Thread(target=runInThread) thread = Thread(target=runInThread)
thread.start() thread.start()