Skip to content

Commit 52c3c93

Browse files
committed
fix: test
1 parent e46e45c commit 52c3c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_live.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async def on_msg(data):
9494
print(data)
9595
await room.disconnect()
9696

97-
room = live.LiveDanmaku(22544798, True)
97+
room = live.LiveDanmaku(22544798, True, credential=get_credential())
9898
room.add_event_listener("ALL", on_msg)
9999
await room.connect()
100100

0 commit comments

Comments
 (0)