hr assiant2

This commit is contained in:
jiangyong27 2023-08-31 22:21:09 +08:00
parent 8cd07e9033
commit 57ca5f6865
1 changed files with 3 additions and 4 deletions

View File

@ -12,10 +12,9 @@ func main() {
config.LoadServerConfig()
global.InitGlobal()
worker.SyncStaffInfo()
//if err := worker.Init(); err != nil {
// panic(err)
//}
if err := worker.Init(); err != nil {
panic(err)
}
if err := server.Start(); err != nil {
panic(err)
}