From fff8c9c4daf4096ad031931a0c7493966dea2e7d Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Tue, 30 Jul 2024 17:54:33 -0400 Subject: [PATCH] update --- collect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()