diff --git a/gen_hash.py b/gen_hash.py index 951bb3e..7592a84 100644 --- a/gen_hash.py +++ b/gen_hash.py @@ -12,6 +12,7 @@ try: TimeRemainingColumn, TransferSpeedColumn, DownloadColumn, + MofNCompleteColumn, ) from rich.table import Table have_rich = True @@ -67,6 +68,7 @@ def main(args=None): SpinnerColumn(), BarColumn(), TextColumn("[progress.percentage]{task.percentage:>3.0f}%"), # noqa: E501 + MofNCompleteColumn(), ) job_progress = Progress("{task.description}", SpinnerColumn(),