Skip to content

Commit 1c0edd7

Browse files
CyberSecDefCopilot
andauthored
Update novelforge/progress.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab58220 commit 1c0edd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

novelforge/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ProgressState(TypedDict, total=False):
5959
illustration_token: str
6060

6161
# Length enforcement tracking: list of per-chapter dicts such as
62-
# {chapter_num, min_threshold, actual, meets_target, expanded, total_words_so_far}.
62+
# {chapter_num, min_threshold, actual, meets_target, total_words_so_far}.
6363
length_enforcement: list[dict[str, Any]]
6464

6565

0 commit comments

Comments
 (0)