diff --git a/collect.py b/collect.py index 6302e66..58dd75f 100644 --- a/collect.py +++ b/collect.py @@ -188,9 +188,9 @@ def collect_data(minutes, interval): for i in range(minutes): # Collect data using system commands if i == 0: - print("Minute:", end="", flush=True) + print("Minute:", end="") - print(f" {i}", end="", flush=True) + print(f" {i}", end="") zpoolIostat() coreifstat()