diff --git a/collect.py b/collect.py index eb401ec..b245d85 100644 --- a/collect.py +++ b/collect.py @@ -184,9 +184,9 @@ def collect_data(minutes): for i in range(minutes): if i == 0: - print("Minute:", end="") + print("Minute:", end="", flush=True) - print(f" {i}", end="") + print(f" {i}", end="", flush=True) zpoolIostat() ifstat()