This commit is contained in:
github-actions[bot] 2021-11-07 19:21:43 +00:00
parent a880aaf054
commit 29d326a29c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func Status(c *gin.Context) {
mem := stats.Memory()
cpu, err := stats.CPU()
if err != nil {
common.Log.Error("cpu stat", err)
common.Log.Error("cpu stat", err)
}
var p json