This commit is contained in:
hackrobot
2025-04-14 09:06:43 -05:00
parent f8aa4b141d
commit bceebf8fc5
2 changed files with 4 additions and 2 deletions

View File

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