fix key error when the thread database is all empty
parent
173af231f8
commit
259f9db8f7
|
@ -1510,6 +1510,7 @@ if __name__ == "__main__":
|
|||
main()
|
||||
# is global
|
||||
app = App()
|
||||
app.usermap.update(network.user)
|
||||
try:
|
||||
app.loop.run()
|
||||
except KeyboardInterrupt:
|
||||
|
|
Loading…
Reference in New Issue