update again

This commit is contained in:
Marc Mance
2024-08-02 15:26:04 -04:00
parent 7615c26c23
commit d81ed6a6c6

View File

@@ -449,7 +449,7 @@ def main():
with open("gstat.csv", "a") as output_file: with open("gstat.csv", "a") as output_file:
# Create a Popen object with stdout redirected to the 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) collect_data(minutes)