From 9f783a177e464798dbeb993ba948d3eb96dee0ec Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Tue, 30 Jul 2024 18:00:59 -0400 Subject: [PATCH] more --- collect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()