Skip to content

Commit

Permalink
chore:[score]修正错误的文本
Browse files Browse the repository at this point in the history
  • Loading branch information
vatebur committed Dec 3, 2024
1 parent 4a1dfd8 commit 3482500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/score/sign_in.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func initPic(picFile string, uid int64) (avatar []byte, err error) {
}
}
// 获取网络图片失败,使用本地已有的图片
log.Error("[mcfish:try send local img,get url error:]", err)
log.Error("[score:get online img error]:", err)
return avatar, copyImage(picFile)

}
Expand Down

0 comments on commit 3482500

Please sign in to comment.