mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2026-05-07 19:04:02 +08:00
fix zero length hostlist
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user