fix key error when the thread database is all empty

pull/4/head
Blake DeMarcy 2017-04-12 09:19:46 -05:00
parent 173af231f8
commit 259f9db8f7
1 changed files with 1 additions and 0 deletions

View File

@ -1510,6 +1510,7 @@ if __name__ == "__main__":
main()
# is global
app = App()
app.usermap.update(network.user)
try:
app.loop.run()
except KeyboardInterrupt: