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