We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a0684 commit 70c2229Copy full SHA for 70c2229
1 file changed
Games Collection Manager/main.py
@@ -105,7 +105,7 @@ class BackgroundColors: # Colors for the terminal
105
"-- DVD Cover Dimensions:",
106
"- PS2: 27.2 Largura x 18.3 Altura.",
107
"- PS3: 27.2 Largura x 15.0 Altura.",
108
- "- PS4/PS5: 27.2 Largura x 16.0 Altura.",
+ "- PS4/PS5: 27.2 Largura x 16.0 Altura.",
109
"- Xbox One/Xbox Series: 26.7 Largura x 14.9 Altura."
110
] # Constant non-console metadata block to keep deterministic and unchanged
111
FIXED_METADATA_BLOCK_STRIPPED = tuple(line.strip() for line in FIXED_METADATA_BLOCK) # Stripped version for safe parser comparisons
0 commit comments