From dd38dbcc51bbcfe3f7c66829f00cfdbdec302a9d Mon Sep 17 00:00:00 2001 From: auqhjjqdo Date: Wed, 20 Dec 2023 20:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtwitcasting=E7=9B=B4=E6=92=AD?= =?UTF-8?q?=E5=BC=80=E6=92=AD=E5=88=A4=E6=96=AD=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- live_recorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live_recorder.py b/live_recorder.py index cd9a3e0..5fe35b6 100644 --- a/live_recorder.py +++ b/live_recorder.py @@ -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