nother try

This commit is contained in:
Marc Mance
2024-08-02 15:24:31 -04:00
parent 5afc0c39d5
commit 794791f06e

View File

@@ -442,15 +442,9 @@ def main():
gstat_command = [ gstat_command = [
"gstat", "gstat",
"-C", "-Csdop",
"-s",
"-d",
"-o",
"-p",
"-I", "-I",
"5s", "5s",
">>",
"gstat.csv",
] ]
with open("gstat.csv", "a") as output_file: with open("gstat.csv", "a") as output_file: