feat: 消息调整

This commit is contained in:
WLT\Eric.hu
2025-04-14 16:08:49 +08:00
parent 1cbbff42f2
commit f8aa4b141d
2 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import asyncio
from ws_server import start_ws_server
if __name__ == '__main__':
live_id = '139226983757'
live_id = '174880838400'
room = DouyinLiveWebFetcher(live_id)
room.get_room_status()
room.start()