Skip to content

Commit

Permalink
Merge pull request #40 from libsgh/dev
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
libsgh authored Jun 4, 2021
2 parents 5a616a5 + bd9186e commit c001173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/Init.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func Start(host, port string, debug bool) {
//定时任务初始化
jobs.Run()
//刷新cookie和目录缓存
//go jobs.StartInit()
go jobs.StartInit()
}

func PrintAsc() {
Expand Down

0 comments on commit c001173

Please sign in to comment.