fix 屏蔽无用代码

This commit is contained in:
ZJY 2021-09-14 09:30:56 +08:00
parent fe0e82dfb9
commit 1be21dd859
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ func Daemon() {
if err != nil {
panic(err)
}
logs.Info("小滴滴运行于deamon模式")
logs.Info("小滴滴运行于后台模式")
os.Exit(0)
}

View File

@ -23,13 +23,13 @@ func init() {
initConfig()
initDB()
go initVersion()
go initUserAgent()
//go initUserAgent()
initContainer()
initHandle()
initCron()
go initTgBot()
InitReplies()
initTask()
initRepos()
//initRepos()
intiSky()
}