Remove "collected" from fancy progress message
This commit is contained in:
parent
a739a4f915
commit
182de95dae
|
@ -1235,7 +1235,7 @@ def calculate_progress(config: ProjectConfig) -> None:
|
|||
print(f" Data: {unit.data_progress} / {unit.data_total} bytes")
|
||||
if config.progress_use_fancy:
|
||||
print(
|
||||
"\nYou have {} out of {} {} and collected {} out of {} {}.".format(
|
||||
"\nYou have {} out of {} {} and {} out of {} {}.".format(
|
||||
math.floor(code_frac * unit.code_fancy_frac),
|
||||
unit.code_fancy_frac,
|
||||
unit.code_fancy_item,
|
||||
|
|
Loading…
Reference in New Issue