fix 屏蔽无用代码
This commit is contained in:
parent
fe0e82dfb9
commit
1be21dd859
@ -26,7 +26,7 @@ func Daemon() {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
logs.Info("小滴滴运行于deamon模式")
|
||||
logs.Info("小滴滴运行于后台模式")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
||||
@ -23,13 +23,13 @@ func init() {
|
||||
initConfig()
|
||||
initDB()
|
||||
go initVersion()
|
||||
go initUserAgent()
|
||||
//go initUserAgent()
|
||||
initContainer()
|
||||
initHandle()
|
||||
initCron()
|
||||
go initTgBot()
|
||||
InitReplies()
|
||||
initTask()
|
||||
initRepos()
|
||||
//initRepos()
|
||||
intiSky()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user