From 3914aac24b065c54580b230d7e8afdbd0f0f4f00 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 28 Apr 2022 02:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=B9=95=E5=81=8F=E7=A7=BB=E8=BF=87?= =?UTF-8?q?=E5=A4=A7=EF=BC=8C=E4=B8=8D=E6=B7=BB=E5=8A=A0=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/api/bilirecorder_blueprint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/api/bilirecorder_blueprint.py b/controller/api/bilirecorder_blueprint.py index 8a79dc8..a7af3ea 100644 --- a/controller/api/bilirecorder_blueprint.py +++ b/controller/api/bilirecorder_blueprint.py @@ -124,6 +124,7 @@ def collect_danmaku_files(workflow: Optional[Workflow]): bias = start_time_xg - start_time_ts if bias < -600: print("弹幕文件", danmaku_file, "反向偏移超过10分钟") + continue danmaku = DanmakuClip() danmaku.file = relpath danmaku.base_path = XIGUALIVE_RECORDER_DIRECTORY