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