mirror of http://gitlab.batiao8.com/yic/film.git
ddf2
This commit is contained in:
parent
fc42f48319
commit
897dd7c663
|
@ -44,7 +44,7 @@ func initLog() {
|
|||
log.SetLevel(log.Level(cfg.Server.LogLevel))
|
||||
}
|
||||
|
||||
func main2() {
|
||||
func main() {
|
||||
config.LoadServerConfig()
|
||||
config.LoadDadiConfig()
|
||||
config.LoadHahaConfig()
|
||||
|
@ -56,7 +56,7 @@ func main2() {
|
|||
work.Run()
|
||||
}
|
||||
|
||||
func main() {
|
||||
func main2() {
|
||||
config.LoadServerConfig()
|
||||
config.LoadDadiConfig()
|
||||
config.LoadHahaConfig()
|
||||
|
|
Loading…
Reference in New Issue