Merge pull request #14 from vyloy/master

fix doSitemap bug
This commit is contained in:
Deepzz
2018-07-06 22:05:12 +08:00
committed by GitHub

2
xml.go
View File

@@ -83,7 +83,7 @@ func doSitemap() {
logd.Error(err) logd.Error(err)
return return
} }
time.AfterFunc(time.Hour*24, doFeed) time.AfterFunc(time.Hour*24, doSitemap)
} }
// 渲染 opensearch // 渲染 opensearch