Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/TheRamU/Fay
Browse files Browse the repository at this point in the history
  • Loading branch information
xszyou committed Nov 15, 2022
2 parents 029c783 + 42d2e93 commit 837966c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion core/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
4 changes: 0 additions & 4 deletions datas/data-20221013162403.csv

This file was deleted.

4 changes: 0 additions & 4 deletions datas/data-20221017112610.csv

This file was deleted.

12 changes: 0 additions & 12 deletions datas/data-20221017112816.csv

This file was deleted.

Binary file removed samples/sample-1665977330241.mp3
Binary file not shown.
Binary file removed samples/sample-1665977357951.mp3
Binary file not shown.
Binary file removed samples/sample-1665977434134.mp3
Binary file not shown.

0 comments on commit 837966c

Please sign in to comment.