Skip to content

Commit

Permalink
修复抖音互动问题
Browse files Browse the repository at this point in the history
修复抖音互动问题
  • Loading branch information
xszyou committed Feb 1, 2023
1 parent 50238de commit ce02f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __start(self):
self.live_driver.get(self.url)
self.user_driver = webdriver.Chrome(config_util.system_chrome_driver, options=self.chrome_options)
self.__wait_live_start()
self.user_sec_uid = self.__get_render_data(self.live_driver)['initialState']['roomStore']['roomInfo']['room']['owner']['sec_uid']
self.user_sec_uid = self.__get_render_data(self.live_driver)['app']['initialState']['roomStore']['roomInfo']['room']['owner']['sec_uid']
MyThread(target=self.__live_state_runnable).start()
MyThread(target=self.__join_runnable).start()
MyThread(target=self.__interact_runnable).start()
Expand Down

0 comments on commit ce02f98

Please sign in to comment.