From 259f9db8f7a96a9c804de1b320a5db086a0608cc Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Wed, 12 Apr 2017 09:19:46 -0500 Subject: [PATCH] fix key error when the thread database is all empty --- clients/urwid/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index 13771da..76522f4 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -1510,6 +1510,7 @@ if __name__ == "__main__": main() # is global app = App() + app.usermap.update(network.user) try: app.loop.run() except KeyboardInterrupt: