diff --git a/kfsend.go b/kfsend.go index 28ed8c1..30a6890 100644 --- a/kfsend.go +++ b/kfsend.go @@ -194,8 +194,8 @@ func kfSendNews(toUser, title, description string, articles []sendNewsArticle) { for _, v := range articles { a = append(a, v) count++ - if count >= 10 { - log.Printf("too many article, only take 10") + if count >= 8 { + log.Printf("too many article, only take 8") break } }