reox
reox
As I wrote in #717, one solution is to remove the `if instance.miniters > 1`. I do not quite understand why it is in there in the first place and...
I'm not sure, but what if the and is exchanged for an or? ``` diff --git a/tqdm/_monitor.py b/tqdm/_monitor.py index e1e2570..a8f3d28 100644 --- a/tqdm/_monitor.py +++ b/tqdm/_monitor.py @@ -82,7 +82,7 @@ class...
> Hah, not likely an option. that's understandable :) I stepped a little bit through the code to understand the logic, but it needs some time... So that is all...