Fix: typo process_duration (#8696)

### What problem does this PR solve?

Fix typo process_duration.

### Type of change

- [x] Documentation Update
- [x] Refactoring
This commit is contained in:
Yongteng Lei
2025-07-07 14:11:47 +08:00
committed by GitHub
parent 789ae87727
commit 4d7bfd2ba3
21 changed files with 42 additions and 34 deletions

View File

@ -41,7 +41,7 @@ class Document(Base):
self.progress = 0.0
self.progress_msg = ""
self.process_begin_at = None
self.process_duation = 0.0
self.process_duration = 0.0
self.run = "0"
self.status = "1"
for k in list(res_dict.keys()):