This commit is contained in:
Marc Mance
2024-08-02 15:25:09 -04:00
parent 794791f06e
commit 7615c26c23

View File

@@ -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, shell=True)
process = subprocess.Popen(gstat_command)
collect_data(minutes)