This commit is contained in:
2025-01-20 05:47:09 -05:00
parent 31c8f0ac04
commit 1c7a64bc58
4 changed files with 45 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ class DataUtils:
if not reg_helper[1].strip():
_words = ""
else:
_words = reg_helper[1]
_words = reg_helper[1].strip()
lrc_out.append({
"timeTag": _timetag,
"words": _words,