diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 40ad4666..72f88eeb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -70,4 +70,5 @@ The following people have contributed to the development of Rich: - [Ke Sun](https://github.com/ksun212) - [Qiming Xu](https://github.com/xqm32) - [James Addison](https://github.com/jayaddison) -- [Pierro](https://github.com/xpierroz) \ No newline at end of file +- [Pierro](https://github.com/xpierroz) +- [Bernhard Wagner](https://github.com/bwagner) diff --git a/rich/progress.py b/rich/progress.py index 2542b9ab..8810aeac 100644 --- a/rich/progress.py +++ b/rich/progress.py @@ -1113,7 +1113,7 @@ class Progress(JupyterMixin): progress = Progress( SpinnerColumn(), - *Progress.default_columns(), + *Progress.get_default_columns(), "Elapsed:", TimeElapsedColumn(), )