diff --git a/_examples/poplog/main.go b/_examples/poplog/main.go index 16fd60a..925807b 100644 --- a/_examples/poplog/main.go +++ b/_examples/poplog/main.go @@ -49,7 +49,7 @@ max := 3000 * time.Millisecond for i := 0; i < 10; i++ { filler := makeLogBar(fmt.Sprintf("some log: %d", i)) - p.Add(0, filler, mpb.BarPriority(-1)).SetTotal(0, true) + p.Add(0, filler).SetTotal(0, true) time.Sleep(time.Duration(rng.Intn(10)+1) * max / 10) } }()