File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -667,10 +667,10 @@ def format_txt_output(sections: list) -> str:
667667 output_lines .append ("" ) # Insert blank line between total counters and icon distribution block
668668 output_lines .append (f"-- Icons Distributions:" )
669669 output_lines .append (f"- Owned - { ICON_OWNED } : { total_owned_icon } ." )
670- output_lines .append (f"- Owned Cleaning - { ICON_NEEDS_CLEANING } : { total_needs_cleaning_icon } ." )
671- output_lines .append (f"- Owned Damaged - { ICON_DAMAGED } : { total_damaged_icon } ." )
672- output_lines .append (f"- Box Damaged - { ICON_BOX_DAMAGED } : { total_box_damaged_icon } ." )
673- output_lines .append (f"- Unsure - { ICON_MAYBE } : { total_unsure_icon } ." )
670+ output_lines .append (f"- Owned - DVD Box Cleaning - { ICON_NEEDS_CLEANING } : { total_needs_cleaning_icon } ." )
671+ output_lines .append (f"- Owned - DVD Box Cover - { ICON_DAMAGED } : { total_damaged_icon } ." )
672+ output_lines .append (f"- Owned - Box Damaged - { ICON_BOX_DAMAGED } : { total_box_damaged_icon } ." )
673+ output_lines .append (f"- Unsure is Owned - { ICON_MAYBE } : { total_unsure_icon } ." )
674674
675675 output_lines .append ("" )
676676 output_lines .extend (FIXED_METADATA_BLOCK ) # Append fixed non-console metadata block in deterministic order
You can’t perform that action at this time.
0 commit comments