From 222dbd221ac3fad8ffc642d87c1f641e1df3e979 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 5 Jan 2026 18:46:24 +0800 Subject: [PATCH] fix bug --- remove_lf_m3t.py | 1 + 1 file changed, 1 insertion(+) diff --git a/remove_lf_m3t.py b/remove_lf_m3t.py index 0ca0cc8..cddcda0 100644 --- a/remove_lf_m3t.py +++ b/remove_lf_m3t.py @@ -17,6 +17,7 @@ def process_m3t(m3t_path): line_num += 1 if line.startswith("●") or line.startswith("△") or line.startswith("○"): if line.startswith("○ NAME:"): + lines.append(line) continue data = line[1:].strip() ndata = remove_lf(data)