From d81ed6a6c64dee205d3a8cbaf66f1cbb3db3fc6d Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Fri, 2 Aug 2024 15:26:04 -0400 Subject: [PATCH] update again --- collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect.py b/collect.py index a7f7ba3..eda8803 100644 --- a/collect.py +++ b/collect.py @@ -449,7 +449,7 @@ def main(): with open("gstat.csv", "a") as output_file: # Create a Popen object with stdout redirected to the file - process = subprocess.Popen(gstat_command) + process = subprocess.Popen(gstat_command, stdout=output_file) collect_data(minutes)