fix key error when the thread database is all empty
This commit is contained in:
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…
x
Reference in New Issue
Block a user