This commit is contained in:
Felix
2025-12-19 17:17:53 +08:00
parent 60997cc395
commit bc90d368f7

View File

@@ -163,7 +163,7 @@ class SentenceService:
except Exception:
parsed = {}
print(parsed)
# print(parsed)
items = []
sc = parsed.get("sentence") or {}
for idx, d in enumerate(sc.get("list", []), start=1):