From 9ad916aaea087a41abadccd77519cee1e2b031c0 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 4 May 2022 08:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=B9=95=E5=BC=82=E5=B8=B8=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E6=B7=BB=E5=8A=A0=E5=BC=B9=E5=B9=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/api/bilirecorder_blueprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/api/bilirecorder_blueprint.py b/controller/api/bilirecorder_blueprint.py index beb1385..96c8827 100644 --- a/controller/api/bilirecorder_blueprint.py +++ b/controller/api/bilirecorder_blueprint.py @@ -106,7 +106,7 @@ def collect_danmaku_files(workflow: Optional[Workflow]): try: start_time_ts = get_file_start(danmaku_file) except DanmakuException: - start_time_ts = None + continue danmaku = DanmakuClip() danmaku.file = relpath danmaku.base_path = BILILIVE_RECORDER_DIRECTORY