Skip to content

Commit

Permalink
修复twitcasting直播开播判断错误
Browse files Browse the repository at this point in the history
  • Loading branch information
auqhjjqdo committed Dec 20, 2023
1 parent 6542861 commit dd38dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ async def run(self):
'mode': 'client'
}
)).json()
if response['movie']['live']:
if response:
response = (await self.request(
method='GET',
url=url
Expand Down

0 comments on commit dd38dbc

Please sign in to comment.