We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46e45c commit 52c3c93Copy full SHA for 52c3c93
tests/test_live.py
@@ -94,7 +94,7 @@ async def on_msg(data):
94
print(data)
95
await room.disconnect()
96
97
- room = live.LiveDanmaku(22544798, True)
+ room = live.LiveDanmaku(22544798, True, credential=get_credential())
98
room.add_event_listener("ALL", on_msg)
99
await room.connect()
100
0 commit comments