Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Drelf2018 committed Sep 4, 2023
1 parent e46e45c commit 52c3c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def on_msg(data):
print(data)
await room.disconnect()

room = live.LiveDanmaku(22544798, True)
room = live.LiveDanmaku(22544798, True, credential=get_credential())
room.add_event_listener("ALL", on_msg)
await room.connect()

Expand Down

0 comments on commit 52c3c93

Please sign in to comment.