fix bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user