fix zero length hostlist

This commit is contained in:
aynakeya
2025-04-24 23:16:42 +08:00
parent 286c36c4dd
commit 66dbc68632
3 changed files with 5 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ import (
func main() {
log.SetLevel(log.DebugLevel)
c := client.NewClient(23943357)
c := client.NewClient(0)
c.SetCookie("")
//弹幕事件
c.OnDanmaku(func(danmaku *message.Danmaku) {