From 794791f06e1202d44760534004eadb1d37bf24d5 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Fri, 2 Aug 2024 15:24:31 -0400 Subject: [PATCH] nother try --- collect.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/collect.py b/collect.py index d719b2b..506471f 100644 --- a/collect.py +++ b/collect.py @@ -442,15 +442,9 @@ def main(): gstat_command = [ "gstat", - "-C", - "-s", - "-d", - "-o", - "-p", + "-Csdop", "-I", "5s", - ">>", - "gstat.csv", ] with open("gstat.csv", "a") as output_file: