1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 03:53:50 +08:00

修改了错别字 (#1471)

第346行的文字: `线` => `限`
This commit is contained in:
RTAkland 2022-05-18 22:05:02 +08:00 committed by GitHub
parent a75f412b82
commit df3168ffd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,7 +343,7 @@ func (c *HTTPClient) onBotPushEvent(e *coolq.Event) {
if i < c.MaxRetries {
log.Warnf("上报 Event 数据到 %v 失败: %v 将进行第 %d 次重试", c.addr, err, i+1)
} else {
log.Warnf("上报 Event 数据 %s 到 %v 失败: %v 停止上报:已达重试上线", e.JSONBytes(), c.addr, err)
log.Warnf("上报 Event 数据 %s 到 %v 失败: %v 停止上报:已达重试上", e.JSONBytes(), c.addr, err)
return
}
time.Sleep(time.Millisecond * time.Duration(c.RetriesInterval))