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