fix key error when the thread database is all empty

This commit is contained in:
Blake DeMarcy 2017-04-12 09:19:46 -05:00
parent 173af231f8
commit 259f9db8f7

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: